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