1
0

Update .github/workflows/deploy.yml
Some checks failed
Deploy Quartz site to GitHub Pages / build (push) Failing after 1m28s

This commit is contained in:
2025-11-21 22:46:57 +01:00
parent 271b85ec70
commit 1c99f19cdf

View File

@@ -17,7 +17,7 @@ concurrency:
jobs:
build:
runs-on: ubuntu-22.04
runs-on: moln
steps:
- name: Checkout
uses: actions/checkout@v4
@@ -40,13 +40,13 @@ jobs:
with:
path: ./public
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-22.04
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
# deploy:
# environment:
# name: github-pages
# url: ${{ steps.deployment.outputs.page_url }}
# runs-on: ubuntu-22.04
# needs: build
# steps:
# - name: Deploy to GitHub Pages
# id: deployment
# uses: actions/deploy-pages@v4