[ci] yarn format

This commit is contained in:
FredKSchott 2021-07-30 07:54:54 +00:00 committed by GitHub Actions
parent 6d9ef9c0e9
commit 01387674ba

View file

@ -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.