Skip to content

solidity: VERSION, cleanups, Safe deployment tooling, Sourcify verification, other hardhat tooling #243

solidity: VERSION, cleanups, Safe deployment tooling, Sourcify verification, other hardhat tooling

solidity: VERSION, cleanups, Safe deployment tooling, Sourcify verification, other hardhat tooling #243

Workflow file for this run

# NOTE: This name appears in GitHub's Checks API and in workflow's status badge.
name: ci-docs
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
ci-docs:
# NOTE: This name appears in GitHub's Checks API.
name: ci-docs
runs-on: ubuntu-latest
defaults:
run:
working-directory: docs
steps:
- uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Build website
run: bun run build
- name: Deploy to GitHub Pages
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/build
force_orphan: true
cname: docs.privana.finance
user_name: github-actions[bot]
user_email: 41898282+github-actions[bot]@users.noreply.github.com