Browse Source

fix: ci

restructure
Garrit Franke 4 years ago
parent
commit
5d7a3592a0
  1. 4
      .github/workflows/deploy.yml

4
.github/workflows/deploy.yml

@ -2,8 +2,8 @@ on:
push:
branches:
- master
name: Deploy to Github Pages
jobs:
name: Deploy to Github Pages
jobs:
deploy:
name: deploy
runs-on: ubuntu-latest

Loading…
Cancel
Save