Skip to content

Commit

Permalink
create release
Browse files Browse the repository at this point in the history
  • Loading branch information
majuwa authored May 30, 2023
1 parent dc9adce commit 0083b37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/updatesite.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Update Site

on: [push, pull_request, workflow_dispatch]
on: [workflow_dispatch]

jobs:
build:
Expand All @@ -11,6 +11,7 @@ jobs:
use-display-output: true
no-caching: true
runner-label: ubuntu-latest
release-version: 5.2
secrets:
SERVER_SSH_KEY: ${{ secrets.DEPLOYMENT_SERVER_SSH_KEY }}
REMOTE_HOST: ${{ secrets.DEPLOYMENT_REMOTE_HOST }}
Expand Down

0 comments on commit 0083b37

Please sign in to comment.