Skip to content

Commit

Permalink
Copy images
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed Nov 23, 2023
1 parent e96af42 commit 742b61e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
for doc in $(ls docs/*.md); do
npx @marp-team/marp-cli ${doc} --html -o ${{ env.PUBLISH_DIR }}/$(basename ${doc::-3})-slides.html
done
cp docs/*.png ${{ env.PUBLISH_DIR }}/
- name: Upload artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 742b61e

Please sign in to comment.