Skip to content

Commit 93f942f

Browse files
authored
Merge pull request #4 from rubytaiwan/add-tailwind-in-action-2
Remove unecessary step
2 parents f0d87ab + d233f83 commit 93f942f

2 files changed

Lines changed: 1 addition & 24 deletions

File tree

.github/workflows/github-pages.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -31,29 +31,6 @@ jobs:
3131
id: pages
3232
uses: actions/configure-pages@v4
3333

34-
- name: Create Tailwind Config
35-
run: |
36-
if [ ! -f "tailwind.config.js" ]; then
37-
echo "Creating tailwind.config.js"
38-
cat > tailwind.config.js << 'EOL'
39-
/** @type {import('tailwindcss').Config} */
40-
module.exports = {
41-
content: [
42-
"./_drafts/**/*.md",
43-
"./_includes/**/*.html",
44-
"./_layouts/**/*.html",
45-
"./_pages/**/*.{html,md}",
46-
"./_posts/**/*.md",
47-
"./*.{html,md}",
48-
],
49-
theme: {
50-
extend: {},
51-
},
52-
plugins: [],
53-
}
54-
EOL
55-
fi
56-
5734
- name: Build Jekyll site
5835
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" --verbose
5936
env:

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: RubyConf Taiwan x COSCUP 2025
22
description: Conference for Open Source Coders, Users & Promoters
33
email: info@rubyconf.tw
4-
baseurl: ""
4+
baseurl: "https://2025.rubyconf.tw"
55
url: ""
66

77
plugins:

0 commit comments

Comments
 (0)