Skip to content

feat: publish to github pages #37

feat: publish to github pages

feat: publish to github pages #37

Workflow file for this run

name: Release to Dev Environment
on:
pull_request:
branches: [ "*" ]
paths-ignore:
- README.md
- CONTRIBUTING.md
- CODE_OF_CONDUCT.md
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install -g yarn
- run: yarn install
- run: yarn run hugo
- run: yarn run dprint check
try-build:
runs-on: ubuntu-latest
needs: test
steps:
- uses: actions/checkout@v2
- run: docker build .