bake-modernize 0.4.6 → 0.4.7
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 31c24582528f8dc6b7ef413151053e2c1d26f87f5e03a1e5a52ec93339cf0eea
|
4
|
+
data.tar.gz: 3377c8eae2a52b7ab0a7d4ac23b0c0a0ed246cb4e8a590ff24ea755c2de5c22a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 458353732464bdc2b4ea67a5754dbf033f1dd623eeac689f070595a81b034156d70a290c9bac210ac284019d8efc76ad58321b9a3960869965fec36d3b48c83f
|
7
|
+
data.tar.gz: fdf544171924a8963d2da4bfc165a385146be4ed7a1f8ec4199f119768193129227bc4819095d432e3b60a0dd9d631fa036f6d0d3089f8b9a0eeb993b55e61c8
|
@@ -8,7 +8,7 @@ on:
|
|
8
8
|
jobs:
|
9
9
|
deploy:
|
10
10
|
runs-on: ubuntu-latest
|
11
|
-
|
11
|
+
|
12
12
|
steps:
|
13
13
|
- uses: actions/checkout@v2
|
14
14
|
- uses: ruby/setup-ruby@v1
|
@@ -17,15 +17,15 @@ jobs:
|
|
17
17
|
with:
|
18
18
|
ruby-version: 2.7
|
19
19
|
bundler-cache: true
|
20
|
-
|
20
|
+
|
21
21
|
- name: Installing packages
|
22
22
|
run: sudo apt-get install wget
|
23
|
-
|
23
|
+
|
24
24
|
- name: Generate documentation
|
25
25
|
timeout-minutes: 5
|
26
26
|
run: bundle exec bake utopia:project:static
|
27
|
-
|
28
|
-
- name: Deploy
|
27
|
+
|
28
|
+
- name: Deploy documentation
|
29
29
|
uses: JamesIves/github-pages-deploy-action@4.0.0
|
30
30
|
with:
|
31
31
|
branch: gh-pages
|