Changed wiki deploy script to include subdirectories (#87)

Co-authored-by: Henry Pauli <henry@mixict.nl>
This commit is contained in:
Henry
2020-09-03 10:55:10 +02:00
committed by GitHub
parent 9627e9b5b0
commit a61055939e
2 changed files with 79 additions and 6 deletions

View File

@@ -13,12 +13,9 @@ jobs:
steps:
- name: Checkout branch
uses: actions/checkout@v1
- name: Copy README.md to wiki/Home.md
run: cp -f README.md wiki/Home.md
- name: Upload to Wiki
uses: SwiftDocOrg/github-wiki-publish-action@v1
with:
path: "wiki"
- name: Upload Documentation to Wiki
run: bash ./.github/deploy_wiki.sh
env:
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
WIKI_PATH: "wiki"