Skip to content

Fix link in Home.md to point to the correct Overview page #6

Fix link in Home.md to point to the correct Overview page

Fix link in Home.md to point to the correct Overview page #6

Workflow file for this run

name: Wiki Documentation
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Upload Documentation to Wiki
uses: SwiftDocOrg/github-wiki-publish-action@v1
with:
path: "pages"
env:
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}