File tree Expand file tree Collapse file tree 2 files changed +6
-24
lines changed Expand file tree Collapse file tree 2 files changed +6
-24
lines changed Original file line number Diff line number Diff line change 12
12
# Allows you to run this workflow manually from the Actions tab
13
13
workflow_dispatch :
14
14
15
-
16
- # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
17
- # permissions:
18
- # contents: read
19
- # pages: write
20
- # id-token: write
21
-
22
- # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
23
- # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
24
- # concurrency:
25
- # group: "pages"
26
- # cancel-in-progress: false
27
-
28
15
jobs :
29
16
jekyll :
30
17
runs-on : ubuntu-latest
@@ -40,19 +27,16 @@ jobs:
40
27
- name : 💎 Setup Ruby
41
28
uses : ruby/setup-ruby@v1
42
29
with :
43
- ruby-version : ' 3.3'
30
+ ruby-version : 3.3
44
31
bundler-cache : true
45
32
46
- # - name: 🔨 Install dependencies & build site
47
- # uses: limjh16/jekyll-action-ts@v2
48
- # with:
49
- # enable_cache: true
50
-
51
- - name : Build Jekyll site
52
- run : bundle exec jekyll build
33
+ - name : 🔨 Install dependencies & build site
34
+ uses : limjh16/jekyll-action-ts@v2
35
+ with :
36
+ enable_cache : true
53
37
54
38
- name : 🚀 Deploy
55
- uses : peaceiris/actions-gh-pages@v3
39
+ uses : peaceiris/actions-gh-pages@v4
56
40
with :
57
41
github_token : ${{ secrets.GITHUB_TOKEN }}
58
42
publish_dir : ./_site
Original file line number Diff line number Diff line change @@ -19,5 +19,3 @@ Testing the timeago plugin on GitHub Pages
19
19
20
20
- Original date - {{ date }}
21
21
- With timeago filter - {{ date | timeago }}
22
-
23
- Testing changes to GA.
You can’t perform that action at this time.
0 commit comments