amethyst/.gitea/workflows/deploy.yaml
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 9f60acb5d6
.
commit | Sunday, 2023-05-28 10:40:50 PM [on 🌸]
2023-05-28 22:40:50 -04:00

41 lines
978 B
YAML

name: Deploy
on:
[push]
# branches:
# - "main"
jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
submodules: true
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Build Link Index
uses: https://github.com/jackyzha0/hugo-obsidian@v2.20
with:
index: true
input: content
output: assets/indices
root: .
- name: Setup Hugo
uses: https://github.com/peaceiris/actions-hugo@v2
with:
hugo-version: '0.112.4'
extended: true
- name: Build
run: hugo --minify
- name: Deploy
uses: https://github.com/peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITEA_TOKEN }}
publish_dir: ./public
publish_branch: deploy # deploying branch
cname: tablet.sh