Skip to content

[docs] Laravel lifecycle 문서 작성 (#22) #22

[docs] Laravel lifecycle 문서 작성 (#22)

[docs] Laravel lifecycle 문서 작성 (#22) #22

Workflow file for this run

# https://docs.getpelican.com/en/latest/tips.html#publishing-to-github-pages-using-a-custom-github-actions-workflow
name: Deploy to GitHub Pages
on:
push:
branches: ["main", "develop"]
workflow_dispatch:
jobs:
deploy:
uses: "getpelican/pelican/.github/workflows/github_pages.yml@main"
permissions:
contents: "read"
pages: "write"
id-token: "write"
with:
settings: "publishconf.py"
requirements: "-r requirements.txt"
python: "3.12"