We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c41879a commit e46ae98Copy full SHA for e46ae98
.github/workflows/publish.yaml
@@ -17,15 +17,15 @@ jobs:
17
uses: actions/setup-node@v4
18
with:
19
node-version: '20.x'
20
- run: npm install pug-cli -g
21
- run: pug --pretty -o dist --basedir src -- src/index.pug
+ - run: npm install pug-cli -g
+ - run: pug --pretty -o dist --basedir src -- src/index.pug
22
- name install ruby & neocities
23
uses: ruby/setup-ruby@v1
24
25
ruby-version: '3.3' # Not needed with a .ruby-version file
26
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
27
- run: bundle exec rake
28
- run: gem install neocities
+ - run: bundle exec rake
+ - run: gem install neocities
29
- name: upload github pages artifact
30
uses: actions/upload-pages-artifact@v1
31
0 commit comments