summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
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