Skip to content

Commit

Permalink
re-trigger pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
baloola committed Apr 30, 2024
1 parent df961c9 commit 21eecca
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,17 @@ jobs:
run: |
python3 ./stac/stac-generator/stac-generator.py
stac copy -t ABSOLUTE_PUBLISHED --publish-location "https://fairicube.github.io/data-requests" stac_dist/catalog.json out
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
# Upload entire repository
path: './out'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
- name: Update items
env:
USERNAME: ${{ secrets.USERNAME }}
PASSWORD: ${{ secrets.PASSWORD }}
run: |
python3 ./stac/stac-generator/update_items.py

0 comments on commit 21eecca

Please sign in to comment.