Skip to content

Commit

Permalink
Update CI build paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Querela committed Mar 11, 2024
1 parent 0754a7c commit a55eec0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-fcs-endpoint-dev-slides-adoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
cp highlight.js/src/styles/magula.css slides/reveal.js/plugin/highlight/
- name: Build slides
run: asciidoctor-revealjs -v -D slides index.adoc
run: asciidoctor-revealjs -v -D slides fcs-endpoint-dev-slides/index.adoc

- name: Copy slide resources
run: |
mv -v images slides/
mv -v css slides/
mv -v fcs-endpoint-dev-slides/images slides/
mv -v fcs-endpoint-dev-slides/css slides/
- name: Store results
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a55eec0

Please sign in to comment.