Fix identation of deployment workflow file
This commit is contained in:
parent
f0add15de9
commit
3e26df864c
2
.github/workflows/deployment.yml
vendored
2
.github/workflows/deployment.yml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user