Skip to content

Commit

Permalink
Should fix the issue #2
Browse files Browse the repository at this point in the history
  • Loading branch information
XniceCraft committed Dec 20, 2023
1 parent d47ae1a commit c56bce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
- name: Generate list
uses: jayanta525/[email protected]
with:
FOLDER: dists
FOLDER: "."

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: .
path: "."

deploy:
needs: pages-directory-listing
Expand Down

0 comments on commit c56bce1

Please sign in to comment.