mirror of
https://github.com/catppuccin/gitea.git
synced 2026-03-11 14:44:23 +00:00
ci: add github pages step
This commit is contained in:
parent
8093e4903d
commit
1c812e853e
1 changed files with 6 additions and 0 deletions
6
.github/workflows/release-please.yml
vendored
6
.github/workflows/release-please.yml
vendored
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Reference in a new issue