Skip to content

Commit

Permalink
test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
maex0 committed Jan 11, 2024
1 parent 8270140 commit 651f578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 36 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/latex.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Build- and Release LaTeX paper

on:
push:
paths:
- docs/**
on: [push]

jobs:
build_latex:
Expand All @@ -20,7 +17,6 @@ jobs:
release_latex:
name: Create Release
needs: build_latex
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -33,7 +29,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: docs/document.pdf
file: ./docs/document.pdf
asset_name: document.pdf
tag: ${{ github.ref }}
overwrite: true
30 changes: 0 additions & 30 deletions .github/workflows/publishdotnet.yml

This file was deleted.

0 comments on commit 651f578

Please # to comment.