Skip to content

Commit

Permalink
Stop ignoring docs/
Browse files Browse the repository at this point in the history
The prior PR had added docs/ to .gitignore for developer convenience, but
that causes the pkgdown workflow to fail when it tries to commit
documentation. We should address this as part of issue #412, so this
is a temporary patch to fixup the CI pipeline
  • Loading branch information
bsweger committed Jan 29, 2024
1 parent f7f5c57 commit 7cd1bed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ inst/doc
# pre-commit isn't part of the team workflow, so don't commit the config
**/.pre-commit-config.yaml

docs
Meta

# data generated by test suite and other dev operations
Expand Down

0 comments on commit 7cd1bed

Please sign in to comment.