m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-10 22:23:48 -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: workflow_dispatch:
jobs: jobs:
build: build:
defaults:
run:
working-directory: docs
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository
@@ -18,7 +21,7 @@ jobs:
with: with:
version: latest version: latest
- name: Install dependencies - name: Install dependencies
run: cd docs && pnpm install run: pnpm install
- name: Build - name: Build
run: pnpm build run: pnpm build
- name: Publish - name: Publish