Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3bb7219589 | |||
| 5c347ab685 | |||
|
|
4dd82b1676 |
@@ -3,7 +3,10 @@ name: Deploy Quartz site to Pages
|
|||||||
env:
|
env:
|
||||||
VERSION_FRAGMENT: minor
|
VERSION_FRAGMENT: minor
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'main'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
@@ -61,9 +64,7 @@ jobs:
|
|||||||
- name: Build Quartz
|
- name: Build Quartz
|
||||||
run: npx quartz build
|
run: npx quartz build
|
||||||
working-directory: quartz
|
working-directory: quartz
|
||||||
- run: ls -alR
|
- run: tar czf www.tar.gz -C quartz public
|
||||||
working-directory: quartz/public
|
|
||||||
- run: tar czf www.tar.gz quartz/public
|
|
||||||
- uses: akkuman/gitea-release-action@v1
|
- uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
tag_name: ${{env.CURRENT_VERSION}}
|
tag_name: ${{env.CURRENT_VERSION}}
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
1.2.0
|
1.3.0
|
||||||
|
|||||||
Reference in New Issue
Block a user