Skip to content

Commit

Permalink
fix: docs ci [SBK-282] (#36)
Browse files Browse the repository at this point in the history
* fix: actions CI uploads wrong folder

* chore: add `mdformat-pyproject` as dependency
  • Loading branch information
fubuloubu authored Sep 15, 2023
1 parent 5f8b31d commit 8b22872
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo "skipping 'git commit' step for PR"
else
git clone https://github.com/${GITHUB_REPOSITORY} --branch gh-pages --single-branch gh-pages
cp -r docs/_build/ape/* gh-pages/
cp -r docs/_build/silverback/* gh-pages/
cd gh-pages
touch .nojekyll
git config --local user.email "action@github.com"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"mdformat>=0.7.16", # Auto-formatter for markdown
"mdformat-gfm>=0.3.5", # Needed for formatting GitHub-flavored markdown
"mdformat-frontmatter>=0.4.1", # Needed for frontmatters-style headers in issue templates
"mdformat-pyproject>=0.0.1", # So we can keep config for mdformat in `pyproject.toml`
],
"doc": [
"myst-parser>=1.0.0,<2", # Parse markdown docs
Expand Down

0 comments on commit 8b22872

Please sign in to comment.