Skip to content

Commit

Permalink
Update article-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeryVerkhoturov authored Nov 20, 2023
1 parent 2d38382 commit b7b4494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/article-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
paths:
- 'course-work/article1/article1.pdf'
- 'course-work/article/article1.pdf'

jobs:
course-work-deploy:
Expand All @@ -23,7 +23,7 @@ jobs:
uses: adityak74/google-drive-upload-git-action@main
with:
credentials: ${{ secrets.DRIVE_CREDENTIALS }}
filename: course-work/article1/article1.pdf
filename: course-work/article/article1.pdf
folderId: ${{ secrets.DRIVE_FOLDER_ID }}
name: article1-${{ steps.current-time.outputs.formattedTime }}.pdf
overwrite: 'true'

0 comments on commit b7b4494

Please sign in to comment.