Skip to content

Commit f5fab90

Browse files
author
tac0turtle
committed
test
1 parent 99dcd69 commit f5fab90

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/docs_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ jobs:
5050
uses: peaceiris/actions-gh-pages@v4
5151
with:
5252
github_token: ${{ secrets.GITHUB_TOKEN }}
53-
publish_dir: ./docs/.vitepress/dist
53+
publish_dir: docs/.vitepress/dist
5454
cname: ev.xyz

.github/workflows/docs_preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Deploy preview
4242
uses: rossjrw/pr-preview-action@v1
4343
with:
44-
source-dir: docs/.vitepress/dist
44+
source-dir: ./docs/.vitepress/dist
4545
deploy-repository: evstack/docs-preview
4646
token: ${{ secrets.PREVIEW_DEPLOY }}
4747
preview-branch: main

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
[![Deploy](https://github.com/evstack/ev-node/actions/workflows/deploy.yml/badge.svg)](https://github.com/evstack/ev-node/actions/workflows/deploy.yml)
2-
31
# Evolve Documentation Site
42

3+
[![Deploy](https://github.com/evstack/ev-node/actions/workflows/deploy.yml/badge.svg)](https://github.com/evstack/ev-node/actions/workflows/deploy.yml)
4+
55
Welcome to the official documentation repository for Evolve.
66

77
Here you'll find comprehensive guides, and reference materials to help you make the most out of Evolve.

0 commit comments

Comments
 (0)