Skip to content

Commit

Permalink
static: fix step name in url output
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitronx committed Oct 17, 2023
1 parent 6811ba2 commit f6684a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
url: ${{ steps.deploy_step.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -41,6 +41,7 @@ jobs:
node index.js
- name: Deploy
id: deploy_step
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f6684a9

Please sign in to comment.