From 00ad8eb6304fdae823ea6096ba7ae0e43aa59c36 Mon Sep 17 00:00:00 2001 From: shockrah Date: Tue, 27 Aug 2024 19:19:31 -0700 Subject: [PATCH] New action for building resume site contrent --- .gitea/workflows/build-and-deploy.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitea/workflows/build-and-deploy.yml diff --git a/.gitea/workflows/build-and-deploy.yml b/.gitea/workflows/build-and-deploy.yml new file mode 100644 index 0000000..31dcff7 --- /dev/null +++ b/.gitea/workflows/build-and-deploy.yml @@ -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