Skip to content

Commit

Permalink
Switch to full deployment via GH Pages action
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Oct 20, 2024
1 parent 7bba23c commit 3a0e464
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,12 @@ jobs:
with:
version: "pre-release"

# Change to the docs directory
- name: "Switch to docs directory"
shell: bash
run: |
cd docs/
# Render the Quarto file
- name: "Render working directory"
uses: quarto-dev/quarto-actions/render@v2
with:
path: "docs"


# Upload a tar file that will work with GitHub Pages
# Make sure to set a retention day to avoid running into a cap
Expand All @@ -41,6 +38,8 @@ jobs:
uses: actions/upload-pages-artifact@v2
with:
retention-days: 1
path: 'docs/_site'


# Use an Action deploy to push the artifact onto GitHub Pages
# This requires the `Action` tab being structured to allow for deployment
Expand Down

0 comments on commit 3a0e464

Please sign in to comment.