Skip to content

Commit

Permalink
Adjusted actions variables
Browse files Browse the repository at this point in the history
Migrated to other variables for github action release
  • Loading branch information
Matthias Nguyen authored Mar 20, 2021
1 parent 4fa0d52 commit 387763e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release-gh-page.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./site
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site
publish_branch: gh-pages


0 comments on commit 387763e

Please sign in to comment.