diff options
author | 2021-07-30 07:54:54 +0000 | |
---|---|---|
committer | 2021-07-30 07:54:54 +0000 | |
commit | 01387674ba6682f6bd77d469f2b3626c13eb36c4 (patch) | |
tree | e3b6acc3cbf0ad1ea8d8b530a0d727026055a639 /docs/src | |
parent | 6d9ef9c0e935e9131dd1addacc2307c41e808a89 (diff) | |
download | astro-01387674ba6682f6bd77d469f2b3626c13eb36c4.tar.gz astro-01387674ba6682f6bd77d469f2b3626c13eb36c4.tar.zst astro-01387674ba6682f6bd77d469f2b3626c13eb36c4.zip |
[ci] yarn format
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/pages/guides/deploy.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/src/pages/guides/deploy.md b/docs/src/pages/guides/deploy.md index 535963da0..e9449343f 100644 --- a/docs/src/pages/guides/deploy.md +++ b/docs/src/pages/guides/deploy.md @@ -68,7 +68,6 @@ By default, the build output will be placed at `dist/`. You may deploy this `dis ### GitHub Actions - 1. In the astro project repo, create `gh-pages` branch then go to Settings > Pages and set to `gh-pages` branch for Github Pages and set directory to `/` (root). 2. Set the correct `buildOptions.site` in `astro.config.mjs`. 3. Create the file `.github/workflows/main.yml` and add in the yaml below. Make sure to edit in your own details. |