ci: add github pages step

This commit is contained in:
isabel 2024-03-26 19:46:34 +00:00
parent 8093e4903d
commit 1c812e853e
No known key found for this signature in database
GPG key ID: 5A87C993E20D89A1

View file

@ -28,6 +28,12 @@ jobs:
- run: deno task build
if: ${{ steps.release.outputs.release_created }}
- name: Publish to GitHub Pages
if: ${{ steps.release.outputs.release_created }}
uses: softprops/action-gh-release@v2
with:
files: dist/*
- name: Create tarball
if: ${{ steps.release.outputs.release_created }}
run: tar czf catppuccin-gitea.tar.gz --directory=./dist .