Browse Source

Fix jobs

github-actions
Garrit Franke 3 years ago
parent
commit
d18f16bef7
  1. 2
      .github/workflows/deploy_docs.yml

2
.github/workflows/deploy_docs.yml

@ -4,7 +4,7 @@ on:
- master
name: Deploy to Github Pages
jobs:
deploy:
deploy:
name: deploy
runs-on: ubuntu-latest
steps:

Loading…
Cancel
Save