Compare commits

..

2 Commits

Author SHA1 Message Date
YangFong
f06cef1fbc
Merge 67ef9dc21c into 13f5aad6ae 2024-12-30 20:07:13 +08:00
Libin YANG
13f5aad6ae
fix: deploy and push docker image (#500)
All checks were successful
Build and Deploy / build-and-deploy (push) Has been skipped
Build and Push Docker Images / build (push) Has been skipped
2024-12-29 16:37:33 +08:00
2 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: github.repository == 'doocs/md'
steps:
- name: Checkout code
uses: actions/checkout@v4

View File

@ -8,7 +8,6 @@ jobs:
build-preview:
runs-on: ubuntu-latest
if: github.repository == 'doocs/md'
steps:
- uses: actions/checkout@v4
with: