Skip to content

Commit 8427516

Browse files
committed
change github actions to deploy on personal github pages
1 parent 7d1613e commit 8427516

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: ci
33
on:
44
pull_request:
55
branches:
6-
- gh-pages
6+
- deploy-on-github-pages
77
pull_request_review:
88
types: [submitted]
99
push:
1010
branches:
11-
- gh-pages
11+
- deploy-on-github-pages
1212

1313
permissions:
1414
contents: read
@@ -58,8 +58,8 @@ jobs:
5858
- name: Jekyll Build
5959
run: bundle exec jekyll build
6060

61-
- name: Check Docker support
62-
shell: bash
63-
run: |
64-
docker --version
65-
make build
61+
# - name: Check Docker support
62+
# shell: bash
63+
# run: |
64+
# docker --version
65+
# make build

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Website
22

33
on:
44
push:
5-
branches: ["gh-pages"]
5+
branches: ["deploy-on-github-pages"]
66
workflow_dispatch:
77

88
permissions:

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
url: "https://expressjs.com"
2-
baseurl: "/"
1+
url: "https://shubhamoulkar.github.io"
2+
baseurl: "/expressjs.com"
33

4-
repository: expressjs/expressjs.com
4+
repository: shubhamoulkar/expressjs.com
55

66
# Site settings
77

0 commit comments

Comments
 (0)