Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sifferman committed Sep 6, 2023
1 parent 63aea98 commit baf5004
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install TeX Live
run: |
sudo apt install -y texlive texlive-full
- name: Build
run: |
cd build && make
# - name: Install TeX Live
# run: |
# sudo apt install -y texlive texlive-full
# - name: Build
# run: |
# cd build && make
- name: Create Tag
run: |
git tag -a $(date '+%Y%m%d%H%M%S') -m "Tagging the commit"
git push --tags
- name: Create release
uses: ncipollo/release-action@v1
with:
artifacts: "build/thesis.pdf"
artifacts: "build/Makefile"

0 comments on commit baf5004

Please sign in to comment.