Skip to content

Commit

Permalink
Test via other action
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankoppier committed Jun 14, 2024
1 parent 3c762b2 commit 18a4288
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/website_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
working-directory: ./website

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: peaceiris/actions-gh-pages@v4
with:
path: ./website/dist
name: 'github-pages'
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./website/dist

0 comments on commit 18a4288

Please sign in to comment.