Skip to content

Commit

Permalink
enable "clean" on pkgdown action (#55)
Browse files Browse the repository at this point in the history
enable "clean" on pkgdown action to see if it will clear out old
vignettes/articles that should no longer exist
  • Loading branch information
cjyetman authored Aug 27, 2024
1 parent 765c73b commit 8310f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
if: github.event_name != 'pull_request'
uses: JamesIves/[email protected]
with:
clean: false
clean: true
branch: gh-pages
folder: docs

0 comments on commit 8310f6a

Please sign in to comment.