Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

feat: deploy client app to gh-pages #18

Merged
merged 3 commits into from Mar 6, 2022

Conversation

luizstacio
Copy link
Member

Summary

  • Add GitHub action to build source code from client folder and commit to gh-pages branch.
  • 馃毃 Github doesn't support SPA, but it's possible to achieve functionality by adding a 404.html file, an exact copy from the index.html. The only issue with the solution is returned status code instead of being 200 is 404.

closes: #16

@luizstacio luizstacio added this to the SwaySwap milestone Mar 4, 2022
@luizstacio luizstacio self-assigned this Mar 4, 2022
.github/workflows/gh-pages.yml Outdated Show resolved Hide resolved
.github/workflows/gh-pages.yml Outdated Show resolved Hide resolved
@luizstacio luizstacio merged commit ecf8c03 into master Mar 6, 2022
@luizstacio luizstacio deleted the luizstacio/gh-pages-deploy-action branch March 6, 2022 06:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Deploy client using github pages
3 participants