Skip to content

Commit 5633129

Browse files
committed
update action
1 parent 6df6b2c commit 5633129

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
name: Deploy docs
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Checkout main
13-
uses: actions/checkout@v3.2.0
12+
- uses: actions/checkout@v6
1413

14+
# TODO updated fork https://github.com/andi34/mkdocs-deploy-gh-pages/tree/nomaterial
1515
- name: Deploy docs
1616
uses: mhausenblas/mkdocs-deploy-gh-pages@nomaterial
1717
env:

0 commit comments

Comments
 (0)