Skip to content

refactor!: replace header, drawer, and footer, with shortcodes #33

refactor!: replace header, drawer, and footer, with shortcodes

refactor!: replace header, drawer, and footer, with shortcodes #33

Workflow file for this run

on:
pull_request:
workflow_call:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-runner
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
- name: Build
run: pnpm build --baseURL ${{ steps.pages.outputs.base_url }}
- if: github.ref == 'refs/heads/main'
name: Upload Artifact
uses: actions/upload-pages-artifact@v2
with:
name: build
path: build
retention-days: 1