YAML error
This commit is contained in:
parent
72f74d14d0
commit
2b31a8c4fa
2 changed files with 2 additions and 2 deletions
2
.github/workflows/publish_docs_to_wiki.yml
vendored
2
.github/workflows/publish_docs_to_wiki.yml
vendored
|
@ -20,8 +20,8 @@ jobs:
|
||||||
name: Publish docs to Wiki
|
name: Publish docs to Wiki
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
# 1. Create folder named `tmp_wiki`
|
# 1. Create folder named `tmp_wiki`
|
||||||
# 2. Initialize Git
|
# 2. Initialize Git
|
||||||
|
|
Loading…
Reference in a new issue