updated workflow

هذا الالتزام موجود في:
Chris Ayers
2023-10-01 16:04:13 +00:00
الأصل d61a768d33
التزام 97e7280e24

عرض الملف

@@ -27,12 +27,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Copy images
run: mkdir build && cp -R slides/img build/img
run: mkdir build && cp -R slides/img build/img && cp -R slides/themes build/themes
- name: Marp Build (README)
uses: docker://marpteam/marp-cli:v1.7.0
uses: docker://marpteam/marp-cli:v2.5.0
with:
args: slides/Slides.md -o build/index.html --html
args: --theme-set slides/themes -o build/index.html --html -- slides/Slides.md
env:
MARP_USER: root:root
- name: Setup Pages