Skip to content

Initial commit

Initial commit #9

Workflow file for this run

-# .github/workflows/deploy-wiki.yml
name: deploy-wiki

Check failure on line 2 in .github/workflows/wiki.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/wiki.yml

Invalid workflow file

You have an error in your yaml syntax on line 2
on:
push:
branches: "master"
paths: wiki/**
jobs:
deploy-wiki:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions4gh/configure-wiki@v1
- uses: actions4gh/deploy-wiki@v1