test different cp
This commit is contained in:
parent
d4ee43bab6
commit
762cb452f1
2
.github/workflows/wiki.yml
vendored
2
.github/workflows/wiki.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
ref: 'master'
|
ref: 'master'
|
||||||
- name: rename-readme
|
- name: rename-readme
|
||||||
run: |
|
run: |
|
||||||
for pathname in blueprints/*/readme.md; do ! cp "$pathname" "docs/blueprints/$( basename "$( dirname "$pathname" )" ).md"; done
|
for pathname in blueprints/*/readme.md; do cp "$pathname" "docs/blueprints/$( basename "$( dirname "$pathname" )" ).md"; done
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Deploy docs
|
- name: Deploy docs
|
||||||
uses: mhausenblas/mkdocs-deploy-gh-pages@master
|
uses: mhausenblas/mkdocs-deploy-gh-pages@master
|
||||||
|
Loading…
Reference in New Issue
Block a user