Skip to content

Commit

Permalink
Update createPDF.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Oct 27, 2023
1 parent 3921334 commit f1ae4b3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/createPDF.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 14 # You can change the Node.js version as needed
node-version: 16 # You can change the Node.js version as needed

- name: Install Dependencies
run: sudo apt-get update && sudo apt-get install -y pandoc texlive-latex-base texlive-fonts-extra texlive-latex-extra texlive-fonts-recommended
Expand Down Expand Up @@ -113,10 +113,6 @@ jobs:
name: manual
path: manual.pdf

release:
needs: generate-pdf
runs-on: ubuntu-latest
steps:
- name: Create Release Tag
run: git tag -a v0.1 -m "Version 0.1"
env:
Expand Down

0 comments on commit f1ae4b3

Please sign in to comment.