Skip to content

Commit

Permalink
ci: fix gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Feb 14, 2024
1 parent af68446 commit c1faf42
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ jobs:
body_path: GITHUB_CHANGELOG.md
tag_name: 1.0.0

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8

- name: Build VuePress site
working-directory: ./docs/website
run: pnpm install && pnpm docs:build

- name: Deploy to GitHub Pages
uses: crazy-max/ghaction-github-pages@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion docs/website/src/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ but only a small subset of scss is supported along with some custom properties p

**Example**:

![not-adwaita.png](.vuepress%2Fpublic%2Fnot-adwaita.png)
![not-adwaita.png](/screenshots/not-adwaita.png)

```scss
.onagre {
Expand Down

0 comments on commit c1faf42

Please sign in to comment.