Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jneug authored Jun 28, 2024
1 parent 5b8f43a commit df00858
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,11 @@ jobs:
- name: Upload artifacts to Google Drive
if: ${{ steps.filter.outputs.typst == 'true' }}
uses: guillep2k/github-to-drive@v1.0.0
uses: logickoder/google-drive-upload@1.0.0
with:
GOOGLE_KEY: ${{ secrets.GOOGLE_KEY }}
GDRIVE_FOLDERID: 1S9DGFP-N0ztTMLivW-KtCZfnuWsAZRF2
GIT_ORIGIN: origin/main
GIT_SUBDIR: ./pdf
credentials: ${{ secrets.GOOGLE_KEY }}
filename: pdf
folderId: ${{ secrets.GDRIVE_FOLDER_ID }}
overwrite: 'true'
mirrorDirectoryStructure: 'true'

0 comments on commit df00858

Please sign in to comment.