Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Jul 2, 2024
1 parent 663130a commit 6ed4886
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-doc-site-aliyun-docker.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: build-doc-site-aliyun-docker

on: push
# on:
# push:
# branches:
# - master
# on: push
on:
push:
branches:
- master

jobs:
website:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/build-doc-site-docker.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: build-doc-site-docker

on: push
# on:
# push:
# branches:
# - master
# on: push
on:
push:
branches:
- master

jobs:
website:
Expand Down

0 comments on commit 6ed4886

Please sign in to comment.