forked from aptos-labs/aptos-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bring back developers.diem.com folder and associated CI
This reverts commit 407d364. Closes: aptos-labs#8762
- Loading branch information
1 parent
0de7899
commit cd62c08
Showing
864 changed files
with
52,096 additions
and
3 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
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 |
---|---|---|
|
@@ -134,7 +134,7 @@ jobs: | |
name: find website changes. | ||
uses: diem/actions/matches@faadd16607b77dfa2231a8f366883e01717b3225 | ||
with: | ||
pattern: "^documentation|^developers.diem.com" | ||
pattern: '^documentation\|^developers.diem.com\|^.github' | ||
- id: test-coverage | ||
name: check if we should see if code coverage still works. | ||
uses: diem/actions/matches@faadd16607b77dfa2231a8f366883e01717b3225 | ||
|
@@ -955,3 +955,37 @@ jobs: | |
retention-days: 5 | ||
path: | | ||
/tmp/benches | ||
developers-site: | ||
name: run-developer-site-build | ||
runs-on: ubuntu-latest | ||
if: ${{ needs.prepare.outputs.test-website-build == 'true' }} | ||
steps: | ||
# Checks-out the Diem website repository under $GITHUB_WORKSPACE, so job can access it | ||
- uses: actions/[email protected] | ||
with: | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
- uses: actions/[email protected] | ||
# Installs node and yarn | ||
- name: Use Node.js 12 | ||
uses: actions/[email protected] | ||
with: | ||
node-version: '14' | ||
# Install git | ||
- name: Install git | ||
run: | | ||
sudo apt --assume-yes update | ||
sudo apt --assume-yes install git | ||
# Install Python 3.8 | ||
- name: Set up Python 3.8 | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: '3.8' | ||
# Test that building the site is successful | ||
- name: Build Site | ||
run: | | ||
cd developers.diem.com | ||
# Only build the straight Docusaurus site now. Do not build rust `-r` | ||
# or python docs `-p` on CI checks until we resolve the best way to | ||
# build them for deployment | ||
./scripts/build_docs.sh -b |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
*.md -whitespace |
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# OSX | ||
*.DS_Store | ||
venv | ||
|
||
# Installation | ||
yarn-error.log | ||
package-lock.json | ||
|
||
# Unit test / coverage reports | ||
|
||
# Docusaurus | ||
build/ | ||
i18n/ | ||
node_modules/ | ||
|
||
# Generated files | ||
.docusaurus/ | ||
.cache-loader | ||
.vercel | ||
.idea/ | ||
|
||
# ignore autogenerated docs | ||
diem | ||
static/docs/rustdocs/ | ||
static/docs/python-client-sdk-docs/ |
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Thank you to the people who contributed to and improved this website: | ||
- Archana Jayaswal | ||
- Avery Ching | ||
- Ben Maurer | ||
- Brandon Williams | ||
- Brian Johnson | ||
- David Wolinsky | ||
- Eric Nakagawa | ||
- George Cabrera | ||
- jareknowotka | ||
- Joel Marcey | ||
- Kevin Hurley | ||
- nimishamw | ||
- oriooctopus | ||
- Rain | ||
- Sam Blackshear | ||
- Tim Zakian | ||
- Ville Sundell | ||
- Max Kaplan (CapCap) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
COPYRIGHT.txt |
Oops, something went wrong.