Skip to content

Commit

Permalink
Finish migration and renaming of this repo (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-rose authored Dec 5, 2022
1 parent e8cb648 commit 164ee21
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GLOBAL OWNER
* @ProjectPythiaCookbooks/infrastructure
* @ProjectPythia/infrastructure

site/cookbook_gallery.txt @ProjectPythiaCookbooks/education
site/cookbook_gallery.txt @ProjectPythia/education
2 changes: 1 addition & 1 deletion .github/workflows/update-cookbook-gallery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- edited
jobs:
validate-user-submission:
if: github.repository == 'ProjectPythia/projectpythiacookbooks.github.io' && contains(github.event.issue.labels.*.name, 'cookbook-gallery-submission')
if: github.repository == 'ProjectPythia/cookbook-gallery' && contains(github.event.issue.labels.*.name, 'cookbook-gallery-submission')
runs-on: ubuntu-latest
defaults:
run:
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# projectpythiatutorials.github.io
Root site for the ProjectPythiaTutorials GitHub Pages
# cookbook-gallery

projectpythiacookbooks.github.io
This repo contains code to generate the [Project Pythia Cookbooks gallery](https://cookbooks.projectpythia.org)
2 changes: 1 addition & 1 deletion site/_extensions/cookbook_gallery_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def main(app):
for line in fid:
subtext = subtext + line

submit_btn_link = "https://github.com/ProjectPythia/projectpythiacookbooks.github.io/issues/new?assignees=ProjectPythia%2Feducation&labels=content%2Ccookbook-gallery-submission&template=update-cookbook-gallery.yaml&title=Update+Gallery+with+new+Cookbook"
submit_btn_link = "https://github.com/ProjectPythia/cookbook-gallery/issues/new?assignees=ProjectPythia%2Feducation&labels=content%2Ccookbook-gallery-submission&template=update-cookbook-gallery.yaml&title=Update+Gallery+with+new+Cookbook"
submit_btn_txt = "Submit a new Cookbook"
menu_html = generate_menu(
repo_dicts, submit_btn_txt=submit_btn_txt, submit_btn_link=submit_btn_link
Expand Down

0 comments on commit 164ee21

Please sign in to comment.