Skip to content

Commit

Permalink
Fix CI docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckeogh committed May 4, 2024
1 parent 3b9b70e commit 30027aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
target: thumbv6m-none-eabi
target: thumbv7m-none-eabi

- name: Cache artifacts
uses: Swatinem/rust-cache@v2
Expand All @@ -74,12 +74,12 @@ jobs:
command: doc

# https://github.com/actions/upload-pages-artifact#file-permissions
- run: chmod -c -R +rX ./target/thumbv6m-none-eabi/doc
- run: chmod -c -R +rX ./target/thumbv7m-none-eabi/doc

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: ./target/thumbv6m-none-eabi/doc
path: ./target/thumbv7m-none-eabi/doc

- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 30027aa

Please sign in to comment.