Skip to content

Commit

Permalink
deploy preview sites under docs directory (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyetman authored Jan 14, 2025
1 parent 2b31618 commit 06916a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ jobs:
branch: gh-pages
folder: docs
clean: false
clean-exclude: pr-preview/
force: false
2 changes: 1 addition & 1 deletion .github/workflows/pr-preview-pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
uses: rossjrw/pr-preview-action@v1
with:
source-dir: docs/dev
source-dir: docs
preview-branch: gh-pages
umbrella-dir: pr-preview
action: auto

0 comments on commit 06916a7

Please sign in to comment.