update main.yml
This commit is contained in:
parent
beb7e10b45
commit
b82d1a04cd
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -31,6 +31,7 @@ jobs:
|
||||||
# Builds the react site for github pages
|
# Builds the react site for github pages
|
||||||
- name: Build Static Pages
|
- name: Build Static Pages
|
||||||
run: |
|
run: |
|
||||||
|
rm .gitignore
|
||||||
npm ci
|
npm ci
|
||||||
npm run build
|
npm run build
|
||||||
mv build/public docs
|
mv build/public docs
|
||||||
|
|
Loading…
Reference in a new issue