Update main.yml

This commit is contained in:
LinuxRocks2000
2024-04-10 12:26:49 -04:00
committed by GitHub
parent d8e25a647e
commit 750e2c8dee

View File

@@ -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 ..