Skip to content

Commit 4cc5996

Browse files
authored
Update deploy_pages.yml
1 parent 8129ffc commit 4cc5996

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/deploy_pages.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
push:
77
branches:
88
- "main"
9-
paths:
10-
- "docs/**"
11-
- mkdocs.yml
129

1310
permissions:
1411
contents: read
@@ -32,7 +29,7 @@ jobs:
3229
- run: pip install mkdocs-section-index
3330
- run: mkdocs build --site-dir ./_site
3431
- name: Upload artifact
35-
uses: actions/upload-pages-artifact@v4
32+
uses: actions/upload-pages-artifact@v3.0.1
3633

3734
# The deployment job
3835
deploy:

0 commit comments

Comments
 (0)