Skip to content

Commit

Permalink
Try to fix github-pages deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanhorn committed Oct 17, 2024
1 parent 5c86b6c commit b7e8429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ jobs:
- name: Archive www
uses: actions/upload-artifact@v4
with:
name: 'github-pages'
name: github-pages
path: www/main
deploy:
needs: build-and-test
permissions:
pages: write
id-token: write
environment:
name: www
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit b7e8429

Please sign in to comment.