Skip to content

Commit

Permalink
gh-pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-bean committed Apr 18, 2024
1 parent 214ea9a commit be2ad67
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,11 @@ jobs:

- name: build BAMDD book
run: make website QUARTO_PROFILE=public

- name: Deploy to GitHub pages 🚀
if: github.event_name != 'pull_request'
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
clean: false
branch: gh-pages
folder: docs/public

0 comments on commit be2ad67

Please sign in to comment.