File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 11title : RubyConf Taiwan x COSCUP 2025
22description : Conference for Open Source Coders, Users & Promoters
33email : info@rubyconf.tw
4- baseurl : " "
4+ baseurl : " https://2025.rubyconf.tw "
55url : " "
66
77plugins :
You can’t perform that action at this time.
0 commit comments