ci: Upgrade upload / deploy pages actions
This commit is contained in:
parent
917584e0ca
commit
3f47742d60
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -231,6 +231,9 @@ jobs:
|
|||||||
- name: Build docs
|
- name: Build docs
|
||||||
run: target/debug/xtask doc --deny-warnings
|
run: target/debug/xtask doc --deny-warnings
|
||||||
|
|
||||||
|
- name: Remove .lock file
|
||||||
|
run: rm target/doc/.lock
|
||||||
|
|
||||||
- name: Compress docs
|
- name: Compress docs
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
run: |
|
run: |
|
||||||
@ -245,10 +248,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@v1
|
uses: actions/upload-pages-artifact@v3
|
||||||
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@v2
|
uses: actions/deploy-pages@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user