Skip to content

Commit

Permalink
Bump dev-docs pages actions (bevyengine#11418)
Browse files Browse the repository at this point in the history
# Objective

- `actions/upload-pages-artifact` and `actions/deploy-pages` are
outdated.
- Alternative to bevyengine#11253 and bevyengine#11252.

## Solution

- Bump the version of both actions.

---


There appear to be no user-facing changes. They just both need to be
updated together. (The `actions: read` permission was a bug that was
fixed later.)
  • Loading branch information
BD103 authored Jan 20, 2024
1 parent 63eb151 commit 11e4386
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 @@ -61,10 +61,10 @@ jobs:
echo "User-Agent: *\nDisallow: /" > target/doc/robots.txt
- name: Upload site artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: target/doc

- name: Deploy to Github Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit 11e4386

Please sign in to comment.