Skip to content

chore(project): 移除项目统计部分并添加 CLAUDE.md 符号链接 #18

chore(project): 移除项目统计部分并添加 CLAUDE.md 符号链接

chore(project): 移除项目统计部分并添加 CLAUDE.md 符号链接 #18

Workflow file for this run

name: Generate PDF
permissions:
contents: write
discussions: write
on:
push:
tags:
- "v*" # 仅在推送标签时触发
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install Chinese fonts
run: |
sudo apt-get update
sudo apt-get install -y fonts-wqy-zenhei
- name: Install dependencies with Bun
run: bun install
- name: Export PDF with Bun
run: bun export-pdf
- name: Create and Upload Release
uses: softprops/action-gh-release@v2
with:
files: PDF/zig_course.pdf