Skip to content

Commit

Permalink
ci: fix export path
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Apr 1, 2024
1 parent 1f64bb4 commit 5f815a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/export-mastodon-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ jobs:
- name: Generate Directory Listings
uses: jayanta525/[email protected]
with:
FOLDER: mastodon/export-mastodon/
FOLDER: export/

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main')
with:
path: mastodon/export-mastodon/
path: export/

- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 5f815a9

Please sign in to comment.