Skip to content

Commit

Permalink
ci: stocke le résultat de l'export en artifact pour pouvoir vérifier …
Browse files Browse the repository at this point in the history
…plus facilement
  • Loading branch information
Guts committed Mar 10, 2024
1 parent bd399b5 commit 99f502f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/export-mastodon-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,15 @@ jobs:
env:
GEOTRIBU_MASTODON_API_ACCESS_TOKEN: ${{ secrets.GEOTRIBU_MASTODON_API_ACCESS_TOKEN }}
run: |
mkdir mastodon
geotribu social mastodon-export -w mastodon/export-mastodon
geotribu social mastodon-export -w export/
- name: Save build doc as artifact
uses: actions/upload-artifact@v4
with:
name: export-mastodon
path: export/
if-no-files-found: error
retention-days: 1

- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit 99f502f

Please sign in to comment.