Skip to content

Commit

Permalink
update ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
seadfeng committed Aug 23, 2024
1 parent 475b06a commit 502a0f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-to-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types:
- published
jobs:
deploy_production:
deploy:
runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -13,6 +13,7 @@ jobs:
timeout-minutes: 10
environment:
name: production
url: ${{ steps.deploy.outputs.deployment-url }}
steps:
- uses: actions/checkout@v4
- name: Install dependencies
Expand Down

0 comments on commit 502a0f5

Please sign in to comment.