Skip to content

Commit

Permalink
Cleaned up release config.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndemarinis committed Jun 14, 2023
1 parent 1d0f2ae commit dc8129a
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/jekyll-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,3 @@ jobs:
uses: ouzi-dev/commit-status-updater@v2
with:
status: "${{ job.status }}"
# - name: Create release
# uses: "marvinpinto/action-automatic-releases@latest"
# with:
# repo_token: "${{ secrets.API_TOKEN }}"
# automatic_release_tag: "latest"
# prerelease: false
# title: "Automatically generated build"
# files: |
# /tmp/build.tar.gz

# deploy:
# runs-on: ubuntu-latest
# needs: build
# steps:
# - name: Invoke deployment hook
# uses: distributhor/workflow-webhook@v3
# env:
# webhook_url: ${{ secrets.WEBHOOK_URL }}
# webhook_secret: ${{ secrets.WEBHOOK_SECRET }}

0 comments on commit dc8129a

Please sign in to comment.