Skip to content

Commit

Permalink
Update pack.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
furesoft authored Oct 12, 2024
1 parent d57e607 commit 977d3b9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/pack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 977d3b9

Please sign in to comment.