Skip to content

Commit

Permalink
documentation in CI: remove lock file (bevyengine#11507)
Browse files Browse the repository at this point in the history
# Objective

- Try to fix deploying docs in CI
- Alternative to bevyengine#11502

## Solution

- The only issue I could find is the lock file with invalid permissions,
try to remove it
- upload action was doing permissions cleanup in v1, that was removed in
v2. we're now using v3
  • Loading branch information
mockersf authored and tjamaan committed Feb 6, 2024
1 parent 98298a8 commit 988c744
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
echo "<meta http-equiv=\"refresh\" content=\"0; url=bevy/index.html\">" > target/doc/index.html
echo "dev-docs.bevyengine.org" > target/doc/CNAME
echo "User-Agent: *\nDisallow: /" > target/doc/robots.txt
rm target/doc/.lock
- name: Upload site artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 988c744

Please sign in to comment.