m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-08 13:13:49 -05:00

Update docs.yml

This commit is contained in:
Sergio
2024-07-17 14:38:19 +03:00
parent 0d4aa17a4f
commit 03e260bf56

View File

@@ -6,6 +6,9 @@ on:
workflow_dispatch:
jobs:
build:
defaults:
run:
working-directory: docs
runs-on: ubuntu-latest
steps:
- name: Checkout repository
@@ -18,7 +21,7 @@ jobs:
with:
version: latest
- name: Install dependencies
run: cd docs && pnpm install
run: pnpm install
- name: Build
run: pnpm build
- name: Publish