Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacvando committed Sep 23, 2023
1 parent 98d3a28 commit 4d3cb6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
`elm-to-gh-pages` is a GitHub Actions workflow that deploys an Elm app to GitHub Pages.

## Usage
In a _public_ GitHub repo, create a directory `.github/workflows` and put [`elm-to-gh-pages.yml`](./elm-to-gh-pages.yml) in it.
In a _public_ GitHub repo, go to `Settings > Pages > Source` and choose `GitHub Actions` instead of `Deploy from a branch`.

Now, go to `Settings > Pages > Source` and choose `GitHub Actions` instead of `Deploy from a branch`.
Now create a directory `.github/workflows/` and put [`elm-to-gh-pages.yml`](./elm-to-gh-pages.yml) in it.

On your next push, your Elm app will be deployed to `yourusername.github.io/yourreponame`!

Expand Down

0 comments on commit 4d3cb6e

Please sign in to comment.