mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-10-27 10:14:14 +00:00
push changes to wiki within action
This commit is contained in:
parent
d65336d0d8
commit
d997e037f6
14
.github/workflows/test-all-patches-action.yml
vendored
14
.github/workflows/test-all-patches-action.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
|||||||
start-action:
|
start-action:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out main
|
- name: Check out Main
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: src-dir
|
path: src-dir
|
||||||
@ -21,7 +21,11 @@ jobs:
|
|||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: ./src-dir/.github/workflows/testPatches.sh ./src-dir ./wiki-dir
|
run: ./src-dir/.github/workflows/testPatches.sh ./src-dir ./wiki-dir
|
||||||
|
|
||||||
- name: See wiki diff
|
- name: Change to Wiki Directory
|
||||||
run: |
|
run: cd ./wiki-dir
|
||||||
cd ./wiki-dir
|
|
||||||
git diff
|
- name: See Wiki Changes
|
||||||
|
run: git diff
|
||||||
|
|
||||||
|
- name: Push Changes to Wiki
|
||||||
|
run: git push
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user