We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada908e commit d5ba06aCopy full SHA for d5ba06a
1 file changed
.github/workflows/deploy.yml .github/workflows/pages.yml.github/workflows/deploy.yml renamed to .github/workflows/pages.yml
@@ -1,4 +1,4 @@
1
-name: Deploy
+name: Pages
2
3
on:
4
push:
@@ -25,10 +25,7 @@ jobs:
25
uses: ruby/setup-ruby@v1
26
with:
27
ruby-version: .ruby-version
28
- bundler-cache: false
29
-
30
- - name: Install dependencies
31
- run: bundle install --with scripts
+ bundler-cache: true
32
33
- name: Configure GitHub Pages
34
uses: actions/configure-pages@v5
@@ -41,8 +38,6 @@ jobs:
41
38
42
39
- name: Upload artifact
43
40
uses: actions/upload-pages-artifact@v3
44
- with:
45
- path: _site/
46
47
deploy:
48
environment:
0 commit comments