Skip to content

Fix img not copied directly #4

Fix img not copied directly

Fix img not copied directly #4

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: ["master"]
workflow_dispatch:
jobs:
deploy:
uses: "./.github/workflows/github_pages.yml"
permissions:
contents: "read"
pages: "write"
id-token: "write"
with:
settings: "publishconf.py"
requirements: "pelican[markdown]"