Skip to content

Commit

Permalink
remove publish
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillermoFidalgo committed Mar 13, 2024
1 parent c6d1ace commit ddcaa81
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,3 @@ jobs:
with:
name: my-thesis
path: main.pdf

publish:
if: github.event_name == 'push'
needs: build
runs-on: ubuntu-latest

steps:
- uses: actions/download-artifact@v4
with:
name: my-thesis
- name: Display structure of downloaded files
run: ls -R

0 comments on commit ddcaa81

Please sign in to comment.