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'
|
||||
- name: rename-readme
|
||||
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
|
||||
- name: Deploy docs
|
||||
uses: mhausenblas/mkdocs-deploy-gh-pages@master
|
||||
|
Loading…
Reference in New Issue
Block a user