Skip to content

Commit

Permalink
Merge pull request #49 from yacosta738/main
Browse files Browse the repository at this point in the history
chore: update workflow actions dependencies
  • Loading branch information
s-blu authored Jan 2, 2025
2 parents f295be6 + f316c00 commit 8e60cb6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/buildGithubPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0 # fetch everything so that mkdocs doesn't run into the missing refs problem
- uses: actions/setup-python@v2
- uses: actions/setup-python@v5.3.0
with:
python-version: 3.x
python-version: '3.x'
- run: python .publish/prepareGithubPages.py
- run: pip install mkdocs-material=="8.*"
- run: pip install mkdocs-material=="9.5.49"
- run: pip install mkdocs-roamlinks-plugin
- run: |
cd .publish
mkdocs gh-deploy
mkdocs gh-deploy

0 comments on commit 8e60cb6

Please sign in to comment.