Skip to content

Commit

Permalink
Fix: fix a bug in GH action config
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthSecond committed Oct 18, 2024
1 parent 15506e6 commit ad55f82
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,8 @@ jobs:
run: sudo apt-get install -y fonts-noto-cjk fonts-noto-cjk-extra
- uses: typst-community/setup-typst@v3
id: setup-typst
- name: Build PDF
run: make all
# - name: Build PDF
# - name: Git Auto Commit
# uses: stefanzweifel/git-auto-commit-action@v5.0.0
# with:
# commit_message: 'Update resume PDF'
# commit_options: '--no-verify --signoff'
# branch: 'main'
# file_pattern: '*.pdf'
# repository: .
- uses: actions/upload-artifact@v4
with:
name: resume-pdf
Expand Down

0 comments on commit ad55f82

Please sign in to comment.