You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After changes in src/index.html, reload the page in your browser.
Hosting Elm site on GitHub
Make sure that your main Elm function is at src/Main.elm. This is needed for the command elm make src/Main.elm --output src/Main.js in .github/workflows/main.yml to work. You will add this main.yml on the next step.
Create a new workflow. Instead of github-actions-demo.yml, use the file .github/workflows/main.yml from this repo.
Then go to Settings -> Pages -> Source -> Branch: gh-pages -> Click Save.
Now, if you see Your site is published atlink, click this link.