Skip to content

Workflow file for this run

name: Deploy to Gh Pages
on:
push:
branches: [ main ]
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout current branch
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Copy images folder
run: [ -d images ] && cp -R images static/images

Check failure on line 23 in .github/workflows/pages.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pages.yml

Invalid workflow file

You have an error in your yaml syntax on line 23
- name: Build slides.md
uses: docker://marpteam/marp-cli:v3.0.2
with:
args: --output static/index.html slides.md
env:
MARP_USER: root:root
- name: Deploy
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./static
cname: slides.toniogela.dev