Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 424 Bytes

readme.md

File metadata and controls

13 lines (10 loc) · 424 Bytes

Some instructions for me

Exlude a page from build

permalink: false
eleventyExcludeFromCollections: true

How deploy script works

  1. The script creates .nojekyll file to avoid jekyl's ignores.
  2. The script pushes dist folder to gh-pages branch.
  3. Cloudflare Pages sees a changes in the gh-pages branch and starts deploy.