New action for building resume site contrent
Some checks failed
Build and Deploy Resume Site / setup-website-content (push) Failing after 4s
Some checks failed
Build and Deploy Resume Site / setup-website-content (push) Failing after 4s
This commit is contained in:
parent
6424e1fe86
commit
00ad8eb630
14
.gitea/workflows/build-and-deploy.yml
Normal file
14
.gitea/workflows/build-and-deploy.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
name: Build and Deploy Resume Site
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
setup-website-content:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout repository resources
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: Build website content
|
||||||
|
run: hugo
|
Loading…
Reference in New Issue
Block a user