From 750e2c8deebc9cabd1bf0fdbcfdd8148076fccd2 Mon Sep 17 00:00:00 2001 From: LinuxRocks2000 Date: Wed, 10 Apr 2024 12:26:49 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a5b1475..84c11d7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 ..