Skip to content

Commit b7e8429

Browse files
committed
Try to fix github-pages deployment.
1 parent 5c86b6c commit b7e8429

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636
- name: Archive www
3737
uses: actions/upload-artifact@v4
3838
with:
39-
name: 'github-pages'
39+
name: github-pages
4040
path: www/main
4141
deploy:
4242
needs: build-and-test
4343
permissions:
4444
pages: write
4545
id-token: write
4646
environment:
47-
name: www
47+
name: github-pages
4848
url: ${{ steps.deployment.outputs.page_url }}
4949
runs-on: ubuntu-latest
5050
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)