Skip to content

Commit

Permalink
deploy_key
Browse files Browse the repository at this point in the history
  • Loading branch information
matkat99 committed Jul 10, 2024
1 parent 58f1fac commit c57ee17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: _site
github_token: ${{ secrets.GITHUB_TOKEN }}
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ _site/

# Local Netlify folder
.netlify

gh-pages
gh-pages.pub

0 comments on commit c57ee17

Please sign in to comment.