diff options
author | 2021-07-22 14:07:25 +0000 | |
---|---|---|
committer | 2021-07-22 14:07:25 +0000 | |
commit | bea8154f691dde0847b56f3eb66e34d1e061575c (patch) | |
tree | 119bcfe64e4c7b8b16f539d92a1e4c1f2ee47df2 | |
parent | 55195200fa1be168a66dbece2d075223e8ae3132 (diff) | |
download | astro-bea8154f691dde0847b56f3eb66e34d1e061575c.tar.gz astro-bea8154f691dde0847b56f3eb66e34d1e061575c.tar.zst astro-bea8154f691dde0847b56f3eb66e34d1e061575c.zip |
[ci] yarn format
-rw-r--r-- | docs/src/pages/guides/deploy.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/guides/deploy.md b/docs/src/pages/guides/deploy.md index 451c4ae2a..55c1b3aa8 100644 --- a/docs/src/pages/guides/deploy.md +++ b/docs/src/pages/guides/deploy.md @@ -44,7 +44,7 @@ By default, the build output will be placed at `dist/`. You may deploy this `dis # navigate into the build output directory cd dist - + # add .nojekyll to bypass GitHub Page's default behavior touch .nojekyll |