Browse Source

fix: deploy script

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

6
.github/workflows/deploy.yml

@ -1,7 +1,7 @@
on:
push:
branches:
- master
push:
branches:
- master
name: Deploy to Github Pages
jobs:
deploy:

Loading…
Cancel
Save