Skip to content

Commit e9a1b60

Browse files
Removing gh-pages site from master branch (#338)
* Removing site from master branch * Updated README.md
1 parent d70312f commit e9a1b60

File tree

85 files changed

+2
-16534
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+2
-16534
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -84,32 +84,3 @@ jobs:
8484
uses: docker/build-push-action@v6
8585
with:
8686
file: opendc-web/opendc-web-runner/Dockerfile
87-
build-docs:
88-
defaults:
89-
run:
90-
working-directory: site
91-
name: Build Docs
92-
runs-on: ubuntu-22.04
93-
steps:
94-
- name: Checkout
95-
uses: actions/checkout@v4
96-
- name: Setup Node
97-
uses: actions/setup-node@v4
98-
with:
99-
node-version: "18"
100-
cache: 'npm'
101-
cache-dependency-path: site/package-lock.json
102-
- name: Setup Pages
103-
id: pages
104-
uses: actions/configure-pages@v5
105-
- name: Install dependencies
106-
run: npm ci
107-
- name: Build with Docusaurus
108-
run: npm run build
109-
env:
110-
DOCUSAURUS_URL: ${{ steps.pages.outputs.origin }}
111-
DOCUSAURUS_BASE_PATH: ${{ steps.pages.outputs.base_path }}/
112-
- name: Upload artifact
113-
uses: actions/upload-pages-artifact@v3
114-
with:
115-
path: ./site/build

.github/workflows/pages.yml

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

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ The documentation is divided into several sections:
3131
* [Where to Get Support](https://atlarge-research.github.io/opendc/community/support/)
3232
* [Contributing Guide](https://atlarge-research.github.io/opendc/community/contributing/)
3333

34-
The source code for the documentation is located in [site](site).
34+
The source code for the documentation is located in the [gh-pages branch](https://github.com/atlarge-research/opendc/tree/gh-pages).
35+
Push to that branch to update the documentation.
3536

3637
## Contributing
3738

site/.gitignore

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

site/.prettierrc.yaml

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

site/README.md

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

site/babel.config.js

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

site/community/0-support.mdx

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

site/community/1-team.mdx

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

site/community/2-contributing.md

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

0 commit comments

Comments
 (0)