Skip to content

chore: add gitattributes file #64

chore: add gitattributes file

chore: add gitattributes file #64

Workflow file for this run

name: build PDF version of document
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup environment variables
run: |
echo "$HOME/.local/bin" >> $GITHUB_PATH
echo "$HOME/bin" >> $GITHUB_PATH
- name: Install dependency
run: |
./resources/dependency.sh
- name: build
run: |
make
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: xiangshan-user-guide
path: xiangshan-user-guide.pdf