From 977d3b913a76b4e5df58570b53d3acc69d8115cf Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 12 Oct 2024 18:12:35 +0200 Subject: [PATCH] Update pack.yaml --- .github/workflows/pack.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/pack.yaml b/.github/workflows/pack.yaml index 7b3bcb0..8883436 100644 --- a/.github/workflows/pack.yaml +++ b/.github/workflows/pack.yaml @@ -67,15 +67,6 @@ jobs: run: | dotnet nuget push ./nuget/*.nupkg --api-key "${{ secrets.NUGET_APIKEY }}" --source https://api.nuget.org/v3/index.json --skip-duplicate - - name: Deploy to image-data branch - uses: peaceiris/actions-gh-pages@v3 - with: - publish_dir: ./output - publish_branch: image-data - github_token: ${{ secrets.GITHUB_TOKEN }} - user_name: 'github-actions[bot]' - user_email: 'github-actions[bot]@users.noreply.github.com' - - name: Commit changes uses: EndBug/add-and-commit@v9 with: