From b6910e033a39cec3782ee43085703d1c32f62469 Mon Sep 17 00:00:00 2001 From: Fabian Hauser Date: Fri, 27 Sep 2024 13:57:47 +0300 Subject: [PATCH] Update ci workflow to work with forgejo --- .github/workflows/ci.yml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2493d51..0311c3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,26 +17,26 @@ jobs: - uses: actions/checkout@v3 with: lfs: true - - uses: DeterminateSystems/nix-installer-action@main - - uses: DeterminateSystems/magic-nix-cache-action@main + - uses: "https://github.com/DeterminateSystems/nix-installer-action@main" + - uses: "https://github.com/DeterminateSystems/magic-nix-cache-action@main" - name: Run `nix build` run: nix build . - - uses: actions/upload-pages-artifact@v3 - with: - path: result/ +# - uses: actions/upload-pages-artifact@v3 +# with: +# path: result/ - deploy: - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest - needs: build - permissions: - pages: write # to deploy to Pages - id-token: write # to verify the deployment originates from an appropriate source - steps: - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v4 - with: - preview: true +# deploy: +# environment: +# name: github-pages +# url: ${{ steps.deployment.outputs.page_url }} +# runs-on: ubuntu-latest +# needs: build +# permissions: +# pages: write # to deploy to Pages +# id-token: write # to verify the deployment originates from an appropriate source +# steps: +# - name: Deploy to GitHub Pages +# id: deployment +# uses: actions/deploy-pages@v4 +# with: +# preview: true