Fix typo in deploy workflow (#24)

This commit is contained in:
Ondrej Fabry
2020-03-16 14:48:58 +01:00
committed by GitHub
parent 7eb983848d
commit 8d40c2d1a2

View File

@@ -5,7 +5,7 @@ on:
branches: ["master", "deploy-test"]
jobs:
depoy:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2