Skip to content

Commit 8f8fe1f

Browse files
authored
Revert failing GitHub artifacts for Publish Docs (#4065)
* Revert "Use v3 of GitHub upload-pages-artifact for Publish Docs (#4063)" This reverts commit aee2ddf. * Revert "Use v3 of GitHub deploy-pages for Publish Docs (#4064)" This reverts commit 2e06aea.
1 parent 2e06aea commit 8f8fe1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
- name: Setup Pages
2929
uses: actions/configure-pages@v3
3030
- name: Upload artifact
31-
uses: actions/upload-pages-artifact@v3
31+
uses: actions/upload-pages-artifact@v1
3232
with:
3333
path: 'docsbuild'
3434
- name: Deploy to GitHub Pages
3535
id: deployment
36-
uses: actions/deploy-pages@v3
36+
uses: actions/deploy-pages@v2

0 commit comments

Comments
 (0)