Skip to content

Commit

Permalink
Create build-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtr126 authored Feb 21, 2024
1 parent 43a357d commit 80c0bdf
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 80c0bdf

Please sign in to comment.