Publish to pages

This commit is contained in:
Marty Oehme 2025-03-04 15:20:50 +01:00
parent e5c1ea5c5b
commit 3a992cff31
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -77,10 +77,13 @@ jobs:
sha256sum $(echo dotter-bin-*.${{ matrix.arch }}.xbps) | tee $(echo dotter-bin-*.${{ matrix.arch }}.xbps).sha256sum
sha512sum $(echo dotter-bin-*.${{ matrix.arch }}.xbps) | tee $(echo dotter-bin-*.${{ matrix.arch }}.xbps).sha512sum
- name: release
uses: softprops/action-gh-release@v2
- name: publish to pages
uses: peaceiris/actions-gh-pages@v4
# If you're changing the branch from main,
# also change the `main` in `refs/heads/main`
# below accordingly.
if: github.ref == 'refs/heads/main'
with:
files: |
upstream-packages/hostdir/binpkgs/*.xbps
upstream-packages/hostdir/binpkgs/*.sig2
upstream-packages/hostdir/binpkgs/*repodata
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: upstream-packages/hostdir/binpkgs