Update main.yml
This commit is contained in:
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@@ -12,14 +12,15 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: LinuxRocks2000/sitix-rewrite
|
repository: LinuxRocks2000/sitix-rewrite
|
||||||
ref: rewrite
|
ref: master
|
||||||
path: sitix-rewrite
|
path: sitix-rewrite
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
path: sitix-ghp-test
|
path: jhewit
|
||||||
|
ref: rewrite
|
||||||
- name: Build website
|
- name: Build website
|
||||||
run: |
|
run: |
|
||||||
cd sitix-ghp-test
|
cd jhewit
|
||||||
git checkout gh-pages
|
git checkout gh-pages
|
||||||
../sitix-rewrite/bin/sitix-ubuntu site -o gh-pages
|
../sitix-rewrite/bin/sitix-ubuntu site -o gh-pages
|
||||||
mv gh-pages ..
|
mv gh-pages ..
|
||||||
|
|||||||
Reference in New Issue
Block a user