Skip to content

Commit

Permalink
Github actions cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
ezalos committed Feb 10, 2022
1 parent b0d57b0 commit 3f259e8
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/latex-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
- name: version
run: echo "::set-output name=version::$(cat version)"
id: version
- name: where infos
run: ls -la . && pwd && ls -la /
- name: Make pdf
run: |
make
Expand All @@ -24,20 +22,6 @@ jobs:
cp module08.pdf /
cp module09.pdf /
cp CHANGELOG.md /
- name: where infos after build
run: ls -la . && pwd && ls -la /
- name: Upload pdf artifacts
uses: actions/upload-artifact@v2
with:
name: Modules[05-09]
path: |
/module05.pdf
/module06.pdf
/module07.pdf
/module08.pdf
/module09.pdf
- name: where infos after artifacts
run: ls -la . && pwd && ls -la /
- name: create release
uses: actions/create-release@v1
id: create_release
Expand All @@ -49,8 +33,6 @@ jobs:
body_path: /CHANGELOG.md
env:
GITHUB_TOKEN: ${{ github.token }}
- name: where infos after release
run: ls -la . && pwd && ls -la /
- name: Release Module05
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 3f259e8

Please sign in to comment.