Skip to content

Commit

Permalink
Revert failing GitHub artifacts for Publish Docs (#4065)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
sazzad16 authored Jan 16, 2025
1 parent 2e06aea commit 8f8fe1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@v1
with:
path: 'docsbuild'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v2

0 comments on commit 8f8fe1f

Please sign in to comment.