Skip to content

Commit 7d6463e

Browse files
committed
clean up GA yml
1 parent 6c22462 commit 7d6463e

File tree

2 files changed

+6
-24
lines changed

2 files changed

+6
-24
lines changed

.github/workflows/jekyll-github-pages.yml

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,6 @@ on:
1212
# Allows you to run this workflow manually from the Actions tab
1313
workflow_dispatch:
1414

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-
2815
jobs:
2916
jekyll:
3017
runs-on: ubuntu-latest
@@ -40,19 +27,16 @@ jobs:
4027
- name: 💎 Setup Ruby
4128
uses: ruby/setup-ruby@v1
4229
with:
43-
ruby-version: '3.3'
30+
ruby-version: 3.3
4431
bundler-cache: true
4532

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
5337

5438
- name: 🚀 Deploy
55-
uses: peaceiris/actions-gh-pages@v3
39+
uses: peaceiris/actions-gh-pages@v4
5640
with:
5741
github_token: ${{ secrets.GITHUB_TOKEN }}
5842
publish_dir: ./_site

_posts/2017-10-01-hello-universe.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,3 @@ Testing the timeago plugin on GitHub Pages
1919

2020
- Original date - {{ date }}
2121
- With timeago filter - {{ date | timeago }}
22-
23-
Testing changes to GA.

0 commit comments

Comments
 (0)