Skip to content

Commit

Permalink
1.322 fixes (#82)
Browse files Browse the repository at this point in the history
* set python build version

* manually trigger build

* fix first run

* make with base python

* restore python3

* Personalize for this repo

---------

Co-authored-by: coreyhu <[email protected]>
  • Loading branch information
coreyhu and coreyhu authored Dec 16, 2023
1 parent 74efa4b commit 1a26834
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"
- name: Install sys tools/deps
run: |
sudo apt-get update
Expand Down
6 changes: 3 additions & 3 deletions scripts/first-run.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
from urllib.parse import quote
import subprocess

BASE_OWNER = "googlefonts"
BASE_REPONAME = "googlefonts-project-template"
DUMMY_URL = "https://yourname.github.io/your-font-repository-name"
BASE_OWNER = "coreyhu"
BASE_REPONAME = "Urbanist"
DUMMY_URL = "https://coreyhu.github.io/Urbanist"


def repo_url(owner, name):
Expand Down

0 comments on commit 1a26834

Please sign in to comment.