From 00a668b96b3aca1d73a953bdf6b40dc2f091e42b Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Thu, 7 Mar 2024 08:49:45 -0600 Subject: [PATCH] =?UTF-8?q?We=20don=E2=80=99t=20want=20this=20to=20be=20en?= =?UTF-8?q?abled=20by=20default=20for=20everyone.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../workflows/{deploy-pages.yml => deploy-pages.yml.sample} | 3 +++ 1 file changed, 3 insertions(+) rename .github/workflows/{deploy-pages.yml => deploy-pages.yml.sample} (82%) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml.sample similarity index 82% rename from .github/workflows/deploy-pages.yml rename to .github/workflows/deploy-pages.yml.sample index 872d067..61f3a3c 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml.sample @@ -1,3 +1,6 @@ +# If you’d like to deploy this to GitHub pages, rename this +# file to `deploy-pages.yml` and read the mini-tutorial on +# https://www.11ty.dev/docs/deployment/#deploy-an-eleventy-project-to-github-pages name: Deploy to GitHub Pages on: