Skip to content

Commit

Permalink
update: action
Browse files Browse the repository at this point in the history
  • Loading branch information
0xshora committed Mar 28, 2024
1 parent 61e518a commit 901c021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
with:
# token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
# ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
token: ${{secrets.ACTIONS_DEPLOY_KEY}}
# token: ${{secrets.ACTIONS_DEPLOY_KEY}}
enablement: true

- name: Upload artifact
Expand Down

0 comments on commit 901c021

Please sign in to comment.