Merge pull request #39 from Young-Lord/patch-1
docs: fix incorrect indent in example
This commit is contained in:
commit
cb26723d2e
|
@ -27,8 +27,8 @@ Include this in your `.github/workflows/main.yaml`:
|
||||||
```yaml
|
```yaml
|
||||||
- name: PyInstaller Windows
|
- name: PyInstaller Windows
|
||||||
uses: JackMcKew/pyinstaller-action-windows@main
|
uses: JackMcKew/pyinstaller-action-windows@main
|
||||||
with:
|
with:
|
||||||
path: src
|
path: src
|
||||||
```
|
```
|
||||||
|
|
||||||
## Full Example
|
## Full Example
|
||||||
|
|
Loading…
Reference in New Issue