Skip to content

Commit

Permalink
don't exclude dev/ when building pkgdown site (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyetman authored Dec 18, 2024
1 parent 6e3dc97 commit 9d940a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ jobs:
force: false
clean-exclude: |
pr-preview/
dev/
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
source-dir: docs/dev
preview-branch: gh-pages
umbrella-dir: pr-preview
action: auto

0 comments on commit 9d940a3

Please sign in to comment.