Update .github/workflows/deploy.yml
Build Quartz site / build (push) Failing after 20s Details

This commit is contained in:
Peaceultime 2023-12-14 23:09:13 +00:00
parent bff803bb38
commit 57c50face2
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
repository: 'jackyzha0/quartz' repository: 'jackyzha0/quartz'
path: 'content/.github/actions/deploy-quartz/quartz' path: 'quartz'
github-server-url: 'https://github.com' github-server-url: 'https://github.com'
token: ${{ secrets.GH_PAT }} token: ${{ secrets.GH_PAT }}