Skip to content

Commit 426f5bc

Browse files
authored
Update MkDocs deployment action to use master branch
1 parent c01b86b commit 426f5bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
- name: Checkout master
1313
uses: actions/checkout@v1
1414

15-
- name: Deploy MkDocs
16-
uses: mhausenblas/mkdocs-deploy-gh-pages@1.26
15+
- name: Deploy MkDocs
16+
uses: mhausenblas/mkdocs-deploy-gh-pages@master
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919

0 commit comments

Comments
 (0)