Skip to content

Commit

Permalink
Fixing GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoffat committed Feb 10, 2024
1 parent 7c6fecd commit 6c5ded5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- master
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on

permissions:
contents: write
Expand Down Expand Up @@ -33,6 +31,7 @@ jobs:
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
working-directory: .
github_token: ${{ secrets.GITHUB_TOKEN }}
# Build output to publish to the `gh-pages` branch:
publish_dir: ./build
Expand Down

0 comments on commit 6c5ded5

Please sign in to comment.