summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Stephen Lee2024-01-07 16:15:03 +0530
committerThomas Stephen Lee2024-01-07 16:15:03 +0530
commite6de116038d7df3e690f2b7e395a97493e8abf10 (patch)
treec4814879a05eb80ac9f7db036c7b3657e69744c3
parent26d2b82de54743ce5bcd34105e067318f946248e (diff)
downloadastro.on.fossee.in-e6de116038d7df3e690f2b7e395a97493e8abf10.tar.gz
astro.on.fossee.in-e6de116038d7df3e690f2b7e395a97493e8abf10.tar.bz2
astro.on.fossee.in-e6de116038d7df3e690f2b7e395a97493e8abf10.zip
no more deploy.
-rw-r--r--.github/workflows/dev.yml11
-rw-r--r--.github/workflows/prod.yml11
2 files changed, 0 insertions, 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