Skip to content

Commit

Permalink
Fixed typo and made readme a bit better.
Browse files Browse the repository at this point in the history
  • Loading branch information
WyvernIXTL committed Jun 27, 2024
1 parent 1dc85f5 commit 75ba236
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
## Deploy to GH Pages on Change
1. Follow the [guide](https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site#creating-a-repository-for-your-site) for enabling gh pages for your account.
2. Set und Settings > Pages > GitHub Pages > Build and deployment Source to `Deploy from a branch`.
2. Set `Settings > Pages > GitHub Pages > Build and deployment > Source` to `Deploy from a branch`.
3. Create a yaml file in `.github/workflows` folder (for example `webpage.yaml`) and put the following content into it:

```yaml
Expand Down Expand Up @@ -54,6 +54,6 @@ jobs:
folder: ./public
```

4. Push it.
5. Go to actions and execute it at least once.
6. Check under Settings > Pages > GitHub Pages > Build and deployment if "Branch" is set to "gh-pages".
4. Push it. And wait for `JamesIves/github-pages-deploy-action` to do it's thing. (See actions.)
5. Go to actions and execute the workflow at least once.
6. Check under `Settings > Pages > GitHub Pages > Build and deployment` if `Branch` is set to `gh-pages`.

0 comments on commit 75ba236

Please sign in to comment.