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

Loading…
Cancel
Save