mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-06 07:15:31 -04:00
removed cd name
This commit is contained in:
parent
d997e037f6
commit
064094dddd
1 changed files with 6 additions and 5 deletions
11
.github/workflows/test-all-patches-action.yml
vendored
11
.github/workflows/test-all-patches-action.yml
vendored
|
|
@ -21,11 +21,12 @@ jobs:
|
|||
- name: Run Tests
|
||||
run: ./src-dir/.github/workflows/testPatches.sh ./src-dir ./wiki-dir
|
||||
|
||||
- name: Change to Wiki Directory
|
||||
run: cd ./wiki-dir
|
||||
|
||||
- name: See Wiki Changes
|
||||
run: git diff
|
||||
run: |
|
||||
cd ./wiki-dir
|
||||
git diff
|
||||
|
||||
- name: Push Changes to Wiki
|
||||
run: git push
|
||||
run: |
|
||||
cd ./wiki-dir
|
||||
git push
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue