Skip to content

Commit

Permalink
Update docs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
thejcannon authored Aug 4, 2023
1 parent cfeecff commit 8b45225
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
# Not using Pants because I wanna go Sanic fast
pip install mkdocs mkdocs-material
mkdocs build -f docs/mkdocs.yml
mkdir docs/site/docs
mv docs/site docs/site/docs
mkdir -p dist/site
mv docs/site dist/site/docs
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: docs/site
path: dist/site
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit 8b45225

Please sign in to comment.