File tree 7 files changed +20
-128
lines changed
7 files changed +20
-128
lines changed Original file line number Diff line number Diff line change @@ -16,41 +16,20 @@ concurrency:
16
16
cancel-in-progress : false
17
17
18
18
jobs :
19
- build :
19
+ deploy :
20
20
runs-on : ubuntu-latest
21
+ environment :
22
+ name : github-pages
23
+ url : ${{ steps.deployment.outputs.page_url }}
21
24
steps :
22
25
- name : Checkout repository
23
26
uses : actions/checkout@v4
24
- - name : Set up Ruby environment
25
- uses : ruby/setup-ruby@v1
26
- with :
27
- ruby-version : 3.0
28
- bundler-cache : true
29
- cache-version : 0
30
27
- name : Set up GitHub Pages
31
- id : pages
32
28
uses : actions/configure-pages@v4
33
- - name : Build GitHub Pages
34
- env :
35
- JEKYLL_ENV : production
36
- LC_ALL : C.UTF-8
37
- run : |
38
- bundle exec jekyll build \
39
- --destination _site \
40
- --baseurl "${{ steps.pages.outputs.base_path }}"
41
29
- name : Upload GitHub Pages to artifact
42
30
uses : actions/upload-pages-artifact@v2
43
31
with :
44
- path : _site
45
-
46
- deploy :
47
- needs :
48
- - build
49
- runs-on : ubuntu-latest
50
- environment :
51
- name : github-pages
52
- url : ${{ steps.deployment.outputs.page_url }}
53
- steps :
32
+ path : public
54
33
- name : Deploy to GitHub Pages
55
34
id : deployment
56
35
uses : actions/deploy-pages@v3
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="utf-8 ">
5
+ < meta http-equiv ="refresh " content ="0; url=https://github.com/jmlntw ">
6
+ < meta name ="robots " content ="noindex ">
7
+ < title > Redirecting…</ title >
8
+ < link rel ="canonical " href ="https://github.com/jmlntw ">
9
+ < script > location = "https://github.com/jmlntw" </ script >
10
+ </ head >
11
+ < body >
12
+ < h1 > Redirecting…</ h1 >
13
+ < a href ="https://github.com/jmlntw "> Click here if you are not redirected.</ a >
14
+ </ body >
15
+ </ html >
You can’t perform that action at this time.
0 commit comments