Skip to content

Commit

Permalink
need to pass in the token?
Browse files Browse the repository at this point in the history
  • Loading branch information
msrocka committed Aug 30, 2024
1 parent dfeed42 commit 9d3f88e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: github pages

on:
push:
branches:
- main
workflow_dispatch:

permissions:
Expand All @@ -27,4 +30,5 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./ipc

0 comments on commit 9d3f88e

Please sign in to comment.