We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b57cc78 commit 184a768Copy full SHA for 184a768
.github/workflows/jekyll.yml
@@ -39,14 +39,6 @@ jobs:
39
ruby-version: '3.3' # Not needed with a .ruby-version file
40
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
41
cache-version: 0 # Increment this number if you need to re-download cached gems
42
- - name: Setup Node
43
- uses: actions/setup-node@v4
44
- with:
45
- node-version: '20'
46
- - name: Install Node dependencies
47
- run: npm ci
48
- - name: Lint CSS
49
- run: npm run lint:css
50
- name: Setup Pages
51
id: pages
52
uses: actions/configure-pages@v5
0 commit comments