Skip to content

Commit ccd9828

Browse files
authored
Update Dependencies (#13)
1 parent 980a10e commit ccd9828

File tree

4 files changed

+262
-261
lines changed

4 files changed

+262
-261
lines changed

.github/workflows/pages.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ concurrency:
2121
jobs:
2222
build:
2323
name: "Build"
24-
if: ${{ !contains(github.event.head_commit.message, '#nodeploy') }}
24+
if: ${{ !contains(github.event.head_commit.message, '#nodeploy') || github.actor != 'dependabot[bot]' }}
25+
2526
uses: cssnr/workflows/.github/workflows/npm-build.yaml@master
2627
permissions:
2728
contents: read

.vitepress/vars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ export const repos = [
5050
['goldor8/custom-docker-compose-ssh-deployment'],
5151
['manugame/custom-docker-compose-ssh-deployment'],
5252
['hamidfzm/docker-remote-deployment-action'],
53+
['dombyte/docker-deploy'],
5354
['revelhome/stack-deploy-action'],
5455
['jrm402/docker-stack-deploy'],
5556
['sklimaszewski/dokploy-deploy-image-action'],
56-
['dombyte/docker-deploy'],
5757
['modcraftmc/custom-docker-compose-ssh-deployment'],
5858
['anilrajrimal1/ecr-docker-ssh-deployer'],
5959
['tristiisch/docker-stack-deployment'],

0 commit comments

Comments
 (0)