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
|
||||
with:
|
||||
repository: LinuxRocks2000/sitix-rewrite
|
||||
ref: rewrite
|
||||
ref: master
|
||||
path: sitix-rewrite
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
path: sitix-ghp-test
|
||||
path: jhewit
|
||||
ref: rewrite
|
||||
- name: Build website
|
||||
run: |
|
||||
cd sitix-ghp-test
|
||||
cd jhewit
|
||||
git checkout gh-pages
|
||||
../sitix-rewrite/bin/sitix-ubuntu site -o gh-pages
|
||||
mv gh-pages ..
|
||||
|
||||
Reference in New Issue
Block a user