Skip to content

Commit

Permalink
update: build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a48zhang committed Apr 25, 2024
1 parent f71282d commit a80163b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
push:
branches:
- main
- master

env:
python_version: "3.9"
Expand Down Expand Up @@ -65,3 +65,10 @@ jobs:
folder: build
branch: gh-pages
clean: false

- name: New Release
uses: ncipollo/release-action@v1.14.0
with:
artifacts: "build/template.pdf"
tag: "templates"

0 comments on commit a80163b

Please sign in to comment.