mirror of
https://github.com/jackyzha0/hugo-obsidian.git
synced 2024-06-14 11:42:35 +03:00
17 lines
351 B
YAML
17 lines
351 B
YAML
on:
|
|
pull_request:
|
|
branches: [master]
|
|
push:
|
|
branches: [master]
|
|
jobs:
|
|
goaction:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Check out repository
|
|
uses: actions/checkout@v2
|
|
- name: Update action files
|
|
uses: posener/goaction@v1
|
|
with:
|
|
name: hugo-obsidian
|
|
github-token: '${{ secrets.GITHUB_TOKEN }}'
|