Skip to content

Commit

Permalink
Fix pageas build
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualzone committed Aug 28, 2024
1 parent cb72171 commit 504e30a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
working-directory: ./website
run: npm run build
- name: Deploy to GitHub Pages
working-directory: ./website
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
publish_dir: ./website/out
cname: chargebot.io

0 comments on commit 504e30a

Please sign in to comment.