Fix workflow syntax error

This commit is contained in:
lcdr
2020-07-10 15:01:44 +02:00
parent c913827a4b
commit c8114b45aa
+3 -4
View File
@@ -47,10 +47,9 @@ jobs:
- name: Create .nojekyll file
uses: finnp/create-file-action@master
env = {
FILE_NAME = "target/doc/.nojekyll"
FILE_DATA = ""
}
env:
FILE_NAME: "target/doc/.nojekyll"
FILE_DATA: ""
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@releases/v3