mirror of
https://github.com/DS-Homebrew/flashcard-archive.git
synced 2024-11-22 09:49:16 +01:00
workflow: use full version string for directory listing action
For whatever reason GitHub doesn't like it short-form... despite checkout working just fine.
This commit is contained in:
parent
5fa351a3a0
commit
d102395a68
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
run: cp README.md out/README.md
|
||||
|
||||
- name: Github Pages Directory Listing
|
||||
uses: jayanta525/github-pages-directory-listing@v4
|
||||
uses: jayanta525/github-pages-directory-listing@v4.0.0
|
||||
with:
|
||||
FOLDER: out
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user