Skip to content

Commit

Permalink
ci: fix deploy-docs action (cosmos#4726)
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Sep 20, 2023
1 parent d39a825 commit 83d217c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ jobs:
node-version: 18
cache: npm

- name: Install dependencies
run: npm ci
- name: Build website
run: npm run build
run: make build-docs

# Popular action to deploy to GitHub Pages:
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
Expand All @@ -34,4 +32,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# Build output to publish to the `gh-pages` branch:
publish_dir: ./build
publish_dir: ./docs/build

0 comments on commit 83d217c

Please sign in to comment.