mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo-client.git
synced 2026-09-22 09:12:02 -07:00
Refining GH pages deployment script
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Bash shell script to publish the app to GitHub pages.
|
||||
pwd
|
||||
git checkout gh-pages
|
||||
git merge master
|
||||
# Ensure you are in the gh-pages branch.
|
||||
|
||||
#pwd
|
||||
#git checkout gh-pages
|
||||
#git merge master
|
||||
|
||||
npm run build
|
||||
cp -r build docs
|
||||
git add -A
|
||||
|
||||
Reference in New Issue
Block a user