Skip to content

Update Action to add CNAME file #3

Update Action to add CNAME file

Update Action to add CNAME file #3

Workflow file for this run

name: Pelican site CI
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bimbimprasetyoafif/pelican-simple@v1
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
-name: Create CNAME file

Check failure on line 19 in .github/workflows/pelican.yml

View workflow run for this annotation

GitHub Actions / Pelican site CI

Invalid workflow file

The workflow is not valid. .github/workflows/pelican.yml (Line: 19, Col: 5): Unexpected value '-name' .github/workflows/pelican.yml (Line: 20, Col: 5): Unexpected value 'run'
run: echo "saocarlos.pyladies.com" > output/CNAME