Skip to content

Commit

Permalink
updates render action
Browse files Browse the repository at this point in the history
  • Loading branch information
Geert van Geest committed Mar 21, 2024
1 parent 6cf81c3 commit efbbad9
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/render-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,16 @@ jobs:
with:
path: '_site/'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
# If you're changing the branch from main,
# also change the `main` in `refs/heads/main`
# below accordingly.
if: github.ref == 'refs/heads/master'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./_site

# jobs:
# docker:
Expand Down

0 comments on commit efbbad9

Please sign in to comment.