This commit is contained in:
Michiel Borkent 2021-05-23 12:48:50 +02:00
parent 622b2aecc9
commit 903060ff5f
2 changed files with 2 additions and 40 deletions

View file

@ -10,47 +10,9 @@ See [Github pages](https://borkdude.github.io/sci-script-tag) for example usage.
$ clojure -M:dev -m shadow.cljs.devtools.cli watch main $ clojure -M:dev -m shadow.cljs.devtools.cli watch main
``` ```
<!-- ## Release --> ## Credits
<!-- Static files including compiled JS are hosted on Github. This is set up like --> Idea by Arne Brasseur a.k.a [plexus](https://github.com/plexus).
<!-- described -->
<!-- [here](https://medium.com/linagora-engineering/deploying-your-js-app-to-github-pages-the-easy-way-or-not-1ef8c48424b7): -->
<!-- All the commands below assume that you already have a git project initialized and that you are in its root folder. -->
<!-- ``` -->
<!-- # Create an orphan branch named gh-pages -->
<!-- git checkout --orphan gh-pages -->
<!-- # Remove all files from staging -->
<!-- git rm -rf . -->
<!-- # Create an empty commit so that you will be able to push on the branch next -->
<!-- git commit --allow-empty -m "Init empty branch" -->
<!-- # Push the branch -->
<!-- git push origin gh-pages -->
<!-- ``` -->
<!-- Now that the branch is created and pushed to origin, lets configure the worktree correctly: -->
<!-- ``` -->
<!-- # Come back to master -->
<!-- git checkout master -->
<!-- # Add gh-pages to .gitignore -->
<!-- echo "gh-pages/" >> .gitignore -->
<!-- git worktree add gh-pages gh-pages -->
<!-- ``` -->
<!-- After cloning this repo to a new dir: -->
<!-- ``` -->
<!-- git fetch origin gh-pages -->
<!-- git worktree add gh-pages gh-pages -->
<!-- ``` -->
<!-- To deploy to Github Pages: -->
<!-- ``` -->
<!-- script/release -->
<!-- ``` -->
## License ## License

0
script/release.old Executable file → Normal file
View file