Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tiankaima committed Oct 21, 2023
1 parent c511563 commit 15d7c64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Release Workflow
name: Build PDF

on: [push]

Expand All @@ -13,13 +13,13 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.11 # Choose the appropriate Python version if needed
python-version: 3.11

- name: Install Jupyter Notebook and Pandoc
run: |
pip install notebook
apt-get update
apt-get install -y pandoc
sudo apt-get update
sudo apt-get install -y pandoc
- name: Install "Source Han Serif CN" font
run: |
Expand Down

0 comments on commit 15d7c64

Please sign in to comment.