Skip to content

Commit

Permalink
cicd: Fixed docs upload/download
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Mar 17, 2024
1 parent cc4900e commit 4cc6c1d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Download artifacts
uses: actions/download-artifact@v3
with:
name: docs
path: docs

- name: Download artifacts
uses: actions/download-artifact@v3
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/step-jlink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ jobs:
- name: Dependencies
run: |
ls -l plugins/riot/build/dependencies/flat
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
retention-days: 1
name: docs
path: |
docs/guide/build/guide/
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand All @@ -82,7 +90,6 @@ jobs:
plugins/riot/build/libs/
plugins/riot/build/dependencies/
plugins/riot/build/distributions/
docs/guide/build/guide/
plugins/LICENSE
- name: Stop Gradle daemon
Expand Down

0 comments on commit 4cc6c1d

Please sign in to comment.