jessite/.forgejo/workflows/deploy.yaml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 6: cannot unmarshal !!str `name; C...` into model.Step

14 lines
385 B
YAML

name: Build and Deploy
on: [push]
jobs:
deploy:
steps:
- name; Checkout and build
- uses: actions/checkout@v4
- run: |
apt update
apt install libc6 -y
wget https://github.com/barnumbirr/zola-debian/releases/download/v0.18.0-2/zola_0.18.0-2_amd64_testing.deb
dpkg -i ./zola_0.18.0-2_amd64_testing.deb
zola build