From 456e435fe0f6fe2939c469745bfb272f940008bf Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Wed, 31 Jan 2024 11:39:15 +0100 Subject: [PATCH] chore: remove unused GH Pages deployment (#3217) --- .github/workflows/nix-ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/nix-ci.yml b/.github/workflows/nix-ci.yml index 142cf7cdc2..56ffa59389 100644 --- a/.github/workflows/nix-ci.yml +++ b/.github/workflows/nix-ci.yml @@ -105,13 +105,6 @@ jobs: run: | rm -rf nix-store-cache || true nix copy ./push-* --to file://$PWD/nix-store-cache?compression=none - - name: Publish manual to GH Pages - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./result - destination_dir: ./doc - if: matrix.name == 'Nix Linux' && github.ref == 'refs/heads/master' && github.event_name == 'push' - id: deploy-info name: Compute Deployment Metadata run: |