Skip to content

certificates

certificates #37

Workflow file for this run

name: Deploy Wiki
on:
push:
paths:
# Trigger only when wiki directory changes
- 'doc/wiki/**'
branches:
# And only on master branch
- master
jobs:
deploy-wiki:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Push Wiki Changes
uses: SwiftDocOrg/github-wiki-publish-action@v1
with:

Check failure on line 20 in .github/workflows/deploy_wiki.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy_wiki.yml

Invalid workflow file

You have an error in your yaml syntax on line 20
path: "doc/wiki"
env:
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.WIKI_UPDATE_TOKEN }}