ci: Downgrade pages deploy actions again

This commit is contained in:
Jonas Platte 2024-03-26 11:23:53 +01:00
parent 83b1c73e6f
commit 467ca810ec
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -245,10 +245,10 @@ jobs:
- name: Upload docs as pages artifact - name: Upload docs as pages artifact
if: github.event_name == 'push' && github.ref == 'refs/heads/main' if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: actions/upload-pages-artifact@v2 uses: actions/upload-pages-artifact@v1
with: with:
path: target/doc path: target/doc
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
if: github.event_name == 'push' && github.ref == 'refs/heads/main' if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: actions/deploy-pages@v3 uses: actions/deploy-pages@v2