summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorDante Niewenhuis <d.niewenhuis@hotmail.com>2025-05-19 13:31:34 +0200
committerGitHub <noreply@github.com>2025-05-19 13:31:34 +0200
commite9a1b6078e366a8ee071f5d423a1874608618e4d (patch)
treeef539af46703cd25fb66775b4580c3460c72be91 /.github/workflows/build.yml
parentd70312f122d9ef7c31b05757239ffc66af832dee (diff)
Removing gh-pages site from master branch (#338)
* Removing site from master branch * Updated README.md
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml29
1 files changed, 0 insertions, 29 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6d9cca16..238b27b5 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -84,32 +84,3 @@ jobs:
uses: docker/build-push-action@v6
with:
file: opendc-web/opendc-web-runner/Dockerfile
- build-docs:
- defaults:
- run:
- working-directory: site
- name: Build Docs
- runs-on: ubuntu-22.04
- steps:
- - name: Checkout
- uses: actions/checkout@v4
- - name: Setup Node
- uses: actions/setup-node@v4
- with:
- node-version: "18"
- cache: 'npm'
- cache-dependency-path: site/package-lock.json
- - name: Setup Pages
- id: pages
- uses: actions/configure-pages@v5
- - name: Install dependencies
- run: npm ci
- - name: Build with Docusaurus
- run: npm run build
- env:
- DOCUSAURUS_URL: ${{ steps.pages.outputs.origin }}
- DOCUSAURUS_BASE_PATH: ${{ steps.pages.outputs.base_path }}/
- - name: Upload artifact
- uses: actions/upload-pages-artifact@v3
- with:
- path: ./site/build