Skip to content

Commit

Permalink
Use different github action
Browse files Browse the repository at this point in the history
Use different github action
  • Loading branch information
francbartoli committed Feb 21, 2024
1 parent bbbbab0 commit f50f0c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mkdocs-material
termynal
10 changes: 6 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
- name: Build MkDocs site
run: mkdocs build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.FASTGEOAPI_GITHUB_TOKEN }}
publish_dir: ./docs_build/site
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.FASTGEOAPI_GITHUB_TOKEN }}
CONFIG_FILE: ./mkdocs.yml
EXTRA_PACKAGES: build-base
REQUIREMENTS: .github/requirements-docs.txt

0 comments on commit f50f0c6

Please sign in to comment.