Skip to content

Commit

Permalink
chore(ops): FL build: exchange artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
strogonoff committed Jan 6, 2025
1 parent 72e644e commit 783921f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ jobs:
- name: "Firelight: generate HTML"
run: |
npx --node-options='--experimental-vm-modules' -y @riboseinc/[email protected] --target-dir dist --path-prefix /mn-samples-plateau --current-rev main
- uses: actions/upload-artifact@v4
with:
name: firelight-html
path: dist
if-no-files-found: error

deploy-firelight-html:
runs-on: ubuntu-latest
Expand All @@ -90,6 +95,10 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Download Firelight artifact
uses: actions/download-artifact@v4
with:
name: firelight-html
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand Down

0 comments on commit 783921f

Please sign in to comment.