mirror of
https://github.com/lcdr/lu_packets.git
synced 2026-05-12 11:39:43 -05:00
Fix workflow syntax error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user