-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #194 from near/pagoda-updates
Fix the scraper, update Pagoda page
- Loading branch information
Showing
3 changed files
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
python-version: ["3.7"] | ||
python-version: ["3.12"] | ||
|
||
steps: | ||
- name: checkout repo content | ||
|
@@ -22,8 +22,8 @@ jobs: | |
- name: setup python | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: '3.7.7' # install the python version needed | ||
python-version: '3.12.3' # install the python version needed | ||
|
||
- name: scrape md to json | ||
run: | | ||
python scrape.py | ||
|
@@ -33,7 +33,7 @@ jobs: | |
git config --local user.email "[email protected]" | ||
git config --local user.name "GitHub Action" | ||
git add -A | ||
git commit --allow-empty -m "update data" -a | ||
git commit --allow-empty -m "update entities.json" -a | ||
- name: push changes | ||
uses: ad-m/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,14 @@ | |
|
||
This document provides contact information for members of Pagoda. | ||
|
||
Customer Support: https://nearhelp.zendesk.com/ | ||
|
||
## Members | ||
|
||
### Technology | ||
- Eric Winer, Chief Technology Officer: [email protected] | ||
- Jim Berry, Director of Engineering: [email protected] | ||
- Security: [email protected] | ||
- Eric Winer, Chief Technology Officer: [[email protected]](mailto:[email protected]) or https://t.me/ericwiner | ||
- Jim Berry, Director of Engineering: [[email protected]](mailto:[email protected]) | ||
- Security: [[email protected]](mailto:[email protected]) | ||
|
||
### Product | ||
- Product, UX, and Data: [email protected] | ||
|