From 80c0bdf286e8cea1053e6536202f221256a91854 Mon Sep 17 00:00:00 2001 From: Xtr126 Date: Wed, 21 Feb 2024 12:00:18 +0530 Subject: [PATCH] Create build-docs.yml --- .github/workflows/build-docs.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/build-docs.yml diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml new file mode 100644 index 00000000..63550058 --- /dev/null +++ b/.github/workflows/build-docs.yml @@ -0,0 +1,19 @@ +name: Build Documentation + +on: + workflow_call: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Checkout your repository using git + uses: actions/checkout@v4 + with: + repository: Xtr126/XtMapper-docs + + - name: Install, build, and upload your site + uses: withastro/action@v2 + with: + node-version: 20 + package-manager: pnpm@latest