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: