Skip to content

chore(deps): renovate: rbubley/mirrors-prettier to v3.6.2 (#72) #48

chore(deps): renovate: rbubley/mirrors-prettier to v3.6.2 (#72)

chore(deps): renovate: rbubley/mirrors-prettier to v3.6.2 (#72) #48

Workflow file for this run

name: Build
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Use Go 1.13
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version: 1.13.x
- uses: jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0
with:
repo: tmedwards/tweego
chmod: 0775
- run: tweego ./story -o ./website/index.html
- name: Move the images to the website directory
run: mv ./story/images ./website
- name: Deploy to Pages
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./website
cname: chooseadb.com
user_name: github-actions[bot]
user_email: github-actions[bot]@users.noreply.github.com