Skip to content

Commit

Permalink
Fixed pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluizmendonca committed Apr 15, 2024
1 parent 321618a commit 8c08dd0
Showing 1 changed file with 7 additions and 25 deletions.
32 changes: 7 additions & 25 deletions .github/workflows/copy-file.yml
Original file line number Diff line number Diff line change
@@ -1,38 +1,20 @@
name: Copy File
name: Upload CV File

on:
push:
branches:
- main

jobs:
copy-file:
upload-cv:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Copy File
run: cp src/cv.tex .
name: Upload CV File

on:
push:
branches:
- main

jobs:
upload-cv:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Upload CV File
uses: actions/upload-artifact@v2
with:
name: cv
path: src/cv.tex

- name: Upload CV File
uses: actions/upload-artifact@v2
with:
name: cv
path: src/cv.tex

0 comments on commit 8c08dd0

Please sign in to comment.