mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 06:50:21 +00:00
Added README.md to wiki/Home.md (#65)
Co-authored-by: Henry Pauli <henry@mixict.nl>
This commit is contained in:
parent
0a063be2da
commit
32cbe87b10
1 changed files with 5 additions and 2 deletions
7
.github/workflows/publish_wiki.yml
vendored
7
.github/workflows/publish_wiki.yml
vendored
|
@ -11,8 +11,11 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- name: Checkout branch
|
||||||
- name: Upload Documentation to Wiki
|
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
|
uses: SwiftDocOrg/github-wiki-publish-action@v1
|
||||||
with:
|
with:
|
||||||
path: "wiki"
|
path: "wiki"
|
||||||
|
|
Loading…
Reference in a new issue