Skip to content

Commit c16edb7

Browse files
committed
Merge branch 'hugo-ok' of github.com:linjonh/TechBlog into hugo-ok
2 parents e29fbdb + dc5e4ea commit c16edb7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/hugo-github-linux-build-deploy.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: "hugo-github-linux-build-deploy"
22
on:
3-
push:
4-
branches:
5-
- hugo-blog
6-
paths-ignore:
7-
- .github/workflows/pages-deploy.yml
8-
- .gitignore
9-
- README.md
10-
- LICENSE
3+
# push:
4+
# branches:
5+
# - hugo-blog
6+
# paths-ignore:
7+
# - .github/workflows/pages-deploy.yml
8+
# - .gitignore
9+
# - README.md
10+
# - LICENSE
1111

1212
# Allows you to run this workflow manually from the Actions tab
1313
workflow_dispatch:
@@ -24,7 +24,7 @@ concurrency:
2424

2525
jobs:
2626
build-hugo-blog:
27-
runs-on: ["self-hosted", "4090"]
27+
runs-on: ["self-hosted", "zp-nc10"]
2828
environment:
2929
name: github-pages
3030
BRANCH_NAME: 'hugo-ok'

0 commit comments

Comments
 (0)