Skip to content

Commit c85a68a

Browse files
committed
fast return if pages exists
1 parent d86f418 commit c85a68a

File tree

5 files changed

+111
-509
lines changed

5 files changed

+111
-509
lines changed

00_core.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1649,7 +1649,7 @@
16491649
" r = self.repos.get()\n",
16501650
" branch = branch or r.default_branch\n",
16511651
" source = {\"branch\": branch, \"path\": path}\n",
1652-
" if r.has_pages: return self.repos.update_information_about_pages_site(source=source)\n",
1652+
" if r.has_pages: return # self.repos.update_information_about_pages_site(source=source)\n",
16531653
" if len(self.list_branches(branch))==0: self.create_branch_empty(branch)\n",
16541654
" return self.repos.create_pages_site(source=source)"
16551655
]

README.md

Lines changed: 0 additions & 287 deletions
This file was deleted.

_quarto.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ format:
1616
website:
1717
title: "ghapi"
1818
description: "A python client for the GitHub API"
19-
execute:
20-
enabled: false
2119
twitter-card: true
2220
open-graph: true
2321
reader-mode: true

0 commit comments

Comments
 (0)