Skip to content

Merge pull request #14 from khanhuitse05/snyk-fix-c60c3628570a731e7e4… #13

Merge pull request #14 from khanhuitse05/snyk-fix-c60c3628570a731e7e4…

Merge pull request #14 from khanhuitse05/snyk-fix-c60c3628570a731e7e4… #13

Workflow file for this run

name: Documentation
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Generate Documentation
uses: SwiftDocOrg/swift-doc@master
with:
inputs: "./"
output: "Documentation"
- name: Upload Documentation to Wiki
uses: SwiftDocOrg/github-wiki-publish-action@v1
with:
path: "Documentation"
env:
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}