Browse Source

fix: deploy script

restructure
Garrit Franke 4 years ago
parent
commit
b7fa5e3167
  1. 8
      .github/workflows/deploy.yml

8
.github/workflows/deploy.yml

@ -1,7 +1,7 @@
on:
push:
branches:
- master
push:
branches:
- master
name: Deploy to Github Pages
jobs:
deploy:
@ -16,4 +16,4 @@ on:
BRANCH: gh-pages
FOLDER: out
BUILD_SCRIPT: npm ci && npm run build
CNAME: slashdev.space
CNAME: slashdev.space

Loading…
Cancel
Save