diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dae460b..d0ba661 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,5 +28,8 @@ jobs: github-server-url: 'https://github.com' token: ${{ secrets.GH_PAT }} + - name: "Copying" + run: cp -RT ./content/ ./content/.github/actions/deploy-quartz/content ./quartz/ ./content/.github/actions/deploy-quartz/quartz + - name: "Building Quartz content" uses: ./content/.github/actions/deploy-quartz/ \ No newline at end of file