Skip to content

Commit

Permalink
deploy pipeline update
Browse files Browse the repository at this point in the history
  • Loading branch information
kolosovpetro committed Jul 19, 2023
1 parent 5c88f69 commit 01997f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-deploy-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,13 @@ jobs:
src/${{ env.FILE_NAME }}.pdf
- name: Clone repository and add document
continue-on-error: true
run: |
git clone https://[email protected]/kolosovpetro/kolosovpetro.github.io.git ~/kolosovpetro.github.io
cp src/${{ env.FILE_NAME }}.pdf ~/kolosovpetro.github.io/pdf/${{ env.FILE_NAME }}.pdf
env:
TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

- name: Commit document changes if any
continue-on-error: true
run: |
cd ~/kolosovpetro.github.io
git config --global user.name "$USERNAME"
Expand Down

0 comments on commit 01997f0

Please sign in to comment.