Skip to content

Commit fee7237

Browse files
committed
Merge branch 'master' of github.com:squidfunk/mkdocs-material
2 parents 2757f27 + 7a6f032 commit fee7237

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ jobs:
104104
done
105105
106106
- name: Upload to GitHub Pages
107-
uses: actions/upload-pages-artifact@v2
107+
uses: actions/upload-pages-artifact@v3
108108
with:
109109
path: site
110110

111111
- name: Deploy to GitHub Pages
112-
uses: actions/deploy-pages@v3
112+
uses: actions/deploy-pages@v4
113113

114114
- name: Save build cache
115115
uses: actions/cache/save@v3

0 commit comments

Comments
 (0)