Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellKod authored May 23, 2024
1 parent 9a4d874 commit 57e99e1
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,25 @@ jobs:
steps:
- name: Checkout master
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install mkdocs && pip install mkdocs-material==8.5
- name: Deploy site
run: mkdocs build
# build according to mkdocs.yml in root directory
- name: Deploy https://kjellkod.github.io/g3log/
run: mkdocs gh-deploy --force

- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: mkdocs.yml
EXTRA_PACKAGES: build-base



# - uses: actions/setup-python@v5
# with:
# python-version: 3.x
# - run: pip install mkdocs && pip install mkdocs-material==8.5
# - name: Deploy site
# run: mkdocs build
# # build according to mkdocs.yml in root directory
# - name: Deploy https://kjellkod.github.io/g3log/
# run: mkdocs gh-deploy --force


# - name: Deploy docs
Expand Down

0 comments on commit 57e99e1

Please sign in to comment.