Skip to content

Commit

Permalink
Website: Deploy from actions instead of branch
Browse files Browse the repository at this point in the history
  • Loading branch information
LagoLunatic committed Jul 18, 2024
1 parent 01ca395 commit e18b447
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ jobs:
- name: Build Website
run: |
python build.py
- name: Deploy Website
uses: JamesIves/github-pages-deploy-action@v4
- name: Upload website artifact
uses: actions/upload-pages-artifact@v3
with:
branch: gh-pages
folder: dist # The folder the action should deploy.
clean: true
single-commit: true
path: './dist'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit e18b447

Please sign in to comment.