Skip to content

i hope this workflow finally works #6

i hope this workflow finally works

i hope this workflow finally works #6

Workflow file for this run

on:
push:
branches:
- main
concurrency:
group: "website"
cancel-in-progress: true
name: Build and deploy GH Pages
jobs:
build:
permissions:
contents: write
pages: write
id-token: write
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Setup Zola
uses: jaxxstorm/[email protected]
with:
repo: getzola/zola
tag: v0.19.2
- name: Build site
run: zola build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: "./public"
- name: Deploy to GitHub pages
id: deployment
uses: actions/deploy-pages@v4

Check failure on line 41 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

You have an error in your yaml syntax on line 41