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