From e6de116038d7df3e690f2b7e395a97493e8abf10 Mon Sep 17 00:00:00 2001 From: Thomas Stephen Lee Date: Sun, 7 Jan 2024 16:15:03 +0530 Subject: no more deploy. --- .github/workflows/dev.yml | 11 ----------- .github/workflows/prod.yml | 11 ----------- 2 files changed, 22 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 17d7876..7607642 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -29,14 +29,3 @@ jobs: # path: ./prod_work # The root location of your Astro project inside the repository. (optional) # node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 18. (optional) # package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional) - - deploy: - needs: build - runs-on: self-hosted - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - steps: - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v1 diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index 7b64184..561e68e 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -29,14 +29,3 @@ jobs: # path: ./prod_work # The root location of your Astro project inside the repository. (optional) # node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 18. (optional) # package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional) - - deploy: - needs: build - runs-on: self-hosted - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - steps: - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v1 -- cgit