Fix identation of deployment workflow file

This commit is contained in:
Thog 2020-02-07 17:13:03 +01:00
parent f0add15de9
commit 3e26df864c

View File

@ -26,7 +26,7 @@ jobs:
- name: "Build"
run: npm run build
- name: Deploy
- name: "Deploy"
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}