Skip to content

Commit

Permalink
Update stable.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbigot authored Nov 18, 2024
1 parent 0bbcbfe commit cc24ca6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,12 @@ jobs:
steps:
- name: Download artifact
uses: actions/download-artifact@v4
- name: Upload single artifact
- name: move away data
run: |
mkdir _site
mv debian fedora ubuntu _site
- name: Upload page artifact
uses: actions/upload-pages-artifact@v3
with:
path: |
debian
fedora
ubuntu
publish:
needs: merge
permissions:
Expand Down

0 comments on commit cc24ca6

Please sign in to comment.