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