From 93665b52d2a822416cc239fd1bffe048482695d6 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 20 May 2023 00:02:08 -0400 Subject: stop using github pages --- .github/workflows/deploy.yaml | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 .github/workflows/deploy.yaml (limited to '.github/workflows/deploy.yaml') diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml deleted file mode 100644 index f1d9155..0000000 --- a/.github/workflows/deploy.yaml +++ /dev/null @@ -1,38 +0,0 @@ -name: deploy to gh pages - -on: - push: - branches: [main] - workflow_dispatch: - -permissions: - contents: read - pages: write - id-token: write - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - - name: install Nix - uses: cachix/install-nix-action@v20 - - - name: build site - run: | - nix shell nixpkgs#{bash,nodejs,nodePackages.yarn} \ - --command bash -c 'yarn install -D && yarn build' - - - name: setup pages - uses: actions/configure-pages@v3 - - - name: upload artifact - uses: actions/upload-pages-artifact@v1 - with: - path: "dist" - - - name: deploy - id: deployment - uses: actions/deploy-pages@v1 -- cgit v1.2.3