bake-github-pages 0.1.0 → 0.1.1

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: d299e7d90903fa1e5112a2ba6d37eaf67fdc9fa43f407a1879848347bbedb61b
4
- data.tar.gz: 8b6cc1bbdd1ab9bff6cd8add60bde65652df56aa5e2873f43dbc7e9ee93f6245
3
+ metadata.gz: f10268a63fa5888f157a4fa764c2d8f402c9033c53ac9500361ef2af8ebfadba
4
+ data.tar.gz: 9325730144c668994696bee92b0b9eab9875c7310f8094b39a55a966029987f4
5
5
  SHA512:
6
- metadata.gz: fbc2097fd5efe77a193899815d99c8ce3ffd86671d45f666c61e6b6bb4d561de4213cf0469f95835283a9008d9f3adfb8a4fb2b228486d551147cda4314b2998
7
- data.tar.gz: d9edb7ee8d503d64eb0b3fdb31cf08157162f9f2dbcc14cd3b883e0760ed1464fd1f476b597064fe2391f4127272814f64518b216ac35f6f4ec6096e60a2848a
6
+ metadata.gz: '09d84abaeaec30c058caffc825b80eba90760db7a2b4964daaa8b74edee5e4aef811f7178410261a3def9e219e3dd5c990f27bf192d4c9de7cefa419cc2f2471'
7
+ data.tar.gz: 701d9f55377754c8a15ed93fd723e9830cd8246fc6cc45703499cac334a76d39cdf60ef295e285352b1e7db59241c83a3ab6bfec0b3a9e0899d21dce99137f36
checksums.yaml.gz.sig CHANGED
Binary file
data/bake/github/pages.rb CHANGED
@@ -31,8 +31,12 @@ def prepare(branch: "pages", directory: "pages")
31
31
 
32
32
  system("git", "worktree", "add", "--detach", "--no-checkout", worktree.to_s)
33
33
 
34
- # Ensure we have the latest branch from origin:
35
- system("git", "fetch", "origin", branch)
34
+ begin
35
+ # Ensure we have the latest branch from origin:
36
+ system("git", "fetch", "origin", branch)
37
+ rescue
38
+ # Ignore.
39
+ end
36
40
 
37
41
  begin
38
42
  # Try checking out the remote branch if it exists:
@@ -23,7 +23,7 @@
23
23
  module Bake
24
24
  module GitHub
25
25
  module Pages
26
- VERSION = "0.1.0"
26
+ VERSION = "0.1.1"
27
27
  end
28
28
  end
29
29
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bake-github-pages
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
metadata.gz.sig CHANGED
Binary file