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