Skip to content

Commit

Permalink
Set env...
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Jun 2, 2024
1 parent 5963d44 commit 1867cdb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@ jobs:
with:
path: public
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
id: github-pages
env:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

0 comments on commit 1867cdb

Please sign in to comment.