Skip to content

Commit

Permalink
update(gha): upgrade setup docker and others
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Guerra <[email protected]>
  • Loading branch information
LucaGuerra authored and poiana committed Oct 23, 2023
1 parent a414a28 commit 2f16738
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@ jobs:
sed -i '1s/^/---\nhide:\n- toc\n---\n\n/' docs/matrix_X64.md
sed -i '1s/^/---\nhide:\n- toc\n---\n\n/' docs/matrix_ARM64.md
- uses: actions/setup-python@v2 # TODO upgrade
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
with:
python-version: 3.x

- run: pip install mkdocs mkdocs-material

- run: mkdocs build

- uses: actions/upload-pages-artifact@v1 # TODO upgrade
- uses: actions/upload-pages-artifact@a753861a5debcf57bf8b404356158c8e1e33150c # v2.0.0
with:
path: 'site'

- id: deployment
uses: actions/deploy-pages@v1 # TODO upgrade
uses: actions/deploy-pages@9dbe3824824f8a1377b8e298bafde1a50ede43e5 # v2.0.4

0 comments on commit 2f16738

Please sign in to comment.