We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea9588 commit 9b3aad0Copy full SHA for 9b3aad0
.github/workflows/pages.yml
@@ -44,13 +44,13 @@ jobs:
44
python3 ./stac/stac-generator/stac-generator.py
45
stac copy -t ABSOLUTE_PUBLISHED --publish-location "https://fairicube.github.io/data-requests" stac_dist/catalog.json out
46
- name: Upload artifact
47
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
48
with:
49
# Upload entire repository
50
path: './out'
51
- name: Deploy to GitHub Pages
52
id: deployment
53
- uses: actions/deploy-pages@v2
+ uses: actions/deploy-pages@v4
54
- name: Update items
55
env:
56
USERNAME: ${{ secrets.USERNAME }}
0 commit comments