Remove wiki from github (#216)
This commit is contained in:
23
.github/workflows/publish_wiki.yml
vendored
23
.github/workflows/publish_wiki.yml
vendored
@@ -1,23 +0,0 @@
|
||||
name: Publish the wiki
|
||||
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- 'wiki/**'
|
||||
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout branch
|
||||
uses: actions/checkout@v1
|
||||
- name: Upload Documentation to Wiki
|
||||
run: bash ./.github/deploy_wiki.sh
|
||||
env:
|
||||
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
|
||||
WIKI_PATH: "wiki"
|
||||
|
Reference in New Issue
Block a user