Resume/.gitea/workflows/build.yml

26 lines
713 B
YAML
Raw Normal View History

2023-07-25 16:16:36 -04:00
name: Build Site
run-name: ${{ github.actor }} is building Resume
on: [push]
jobs:
Build-Site:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- run: echo "Starting build job"
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
2023-07-25 16:27:32 -04:00
- run: npm run build
2023-07-25 16:34:29 -04:00
- name: setup go
uses: https://github.com/actions/setup-go@v4
with:
go-version: '>=1.20.1'
2023-07-25 16:31:16 -04:00
- uses: https://gitea.com/actions/release-action@main
2023-07-25 16:27:32 -04:00
with:
files: |-
build/*.pdf