From 05535c7d6c274dc6e3560b70e98f73bc6d01e052 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Mon, 17 Jun 2024 22:19:21 +0200 Subject: [PATCH] Docs: GitHub Pages workflow is now supported --- .github/workflows/github_pages.yml | 2 +- docs/tips.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github_pages.yml b/.github/workflows/github_pages.yml index e7f7b59a..48ebb2d0 100644 --- a/.github/workflows/github_pages.yml +++ b/.github/workflows/github_pages.yml @@ -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 on: workflow_call: diff --git a/docs/tips.rst b/docs/tips.rst index 338dbe1f..746b5e43 100644 --- a/docs/tips.rst +++ b/docs/tips.rst @@ -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 `_. -**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 **GitHub Actions** for the **Source** setting.