mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +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
|
||||
- name: Copy files
|
||||
run: |
|
||||
rsync -av --exclude=.git/* ${GITHUB_WORKSPACE}/docs/ ${GITHUB_WORKSPACE/wiki/
|
||||
rsync -av --exclude='.git/*' ${GITHUB_WORKSPACE}/docs/ ${GITHUB_WORKSPACE}/wiki/
|
||||
- name: Push changes
|
||||
run: |
|
||||
cd ${GITHUB_WORKSPACE/wiki/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue