Docs: GitHub Pages workflow is now supported

This commit is contained in:
Justin Mayer 2024-06-17 22:19:21 +02:00
commit 05535c7d6c
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# Workflow for publishing to GitHub Pages. **NO OFFICIAL SUPPORT PROVIDED.** # Workflow for publishing to GitHub Pages.
name: Deploy to GitHub Pages name: Deploy to GitHub Pages
on: on:
workflow_call: workflow_call:

View file

@ -128,7 +128,7 @@ Publishing to GitHub Pages Using a Custom GitHub Actions Workflow
Pelican-powered sites can be published to GitHub Pages via a `custom workflow Pelican-powered sites can be published to GitHub Pages via a `custom workflow
<https://github.com/getpelican/pelican/blob/master/.github/workflows/github_pages.yml>`_. <https://github.com/getpelican/pelican/blob/master/.github/workflows/github_pages.yml>`_.
**No official support is provided** for this community-submitted workflow. To use it: To use it:
1. Enable GitHub Pages in your repo: go to **Settings → Pages** and choose 1. Enable GitHub Pages in your repo: go to **Settings → Pages** and choose
**GitHub Actions** for the **Source** setting. **GitHub Actions** for the **Source** setting.