Skip to content

Fix pelican website setting #3

Fix pelican website setting

Fix pelican website setting #3

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: ["master"]
workflow_dispatch:
defaults:
run:
working-directory: "website"
jobs:
deploy:
uses: "getpelican/pelican/.github/workflows/github_pages.yml@main"

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

View workflow run for this annotation

GitHub Actions / Deploy to GitHub Pages

Invalid workflow file

The workflow is not valid. .github/workflows/pelican.yml (Line: 11, Col: 11): Input settings is required, but not provided while calling.
permissions:
contents: "read"
pages: "write"
id-token: "write"