mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
missing curly brace
This commit is contained in:
parent
945607be28
commit
8bf355e8bd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update_wiki.yml
vendored
2
.github/workflows/update_wiki.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
ref: master
|
ref: master
|
||||||
- name: Copy files
|
- name: Copy files
|
||||||
run: |
|
run: |
|
||||||
rsync -av --exclude=.git/* ${GITHUB_WORKSPACE}/docs/ ${GITHUB_WORKSPACE/wiki/
|
rsync -av --exclude='.git/*' ${GITHUB_WORKSPACE}/docs/ ${GITHUB_WORKSPACE}/wiki/
|
||||||
- name: Push changes
|
- name: Push changes
|
||||||
run: |
|
run: |
|
||||||
cd ${GITHUB_WORKSPACE/wiki/
|
cd ${GITHUB_WORKSPACE/wiki/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue