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

Commit

Permalink
Github Pages deploy steps
Browse files Browse the repository at this point in the history
  • Loading branch information
bartvdbraak committed Feb 6, 2020
1 parent 3f184ba commit abe8037
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,19 @@ yarn build
```
yarn lint
```

## Github Pages Deploy
Clone the gh-pages branch (it uses a different `publicpath` module).

Build dist folder:
```
yarn build
```
Remove old root build files
```
rm -rf js img css index.html
```
Move new files to root.
```
rsync -a dist/* .
```

0 comments on commit abe8037

Please sign in to comment.