Skip to content

Commit

Permalink
Update deploy_docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yadav committed Jul 14, 2024
1 parent 2539e7e commit 9ee4ab9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
node-version: '16'

- name: Install dependencies for documentation
run: npm ci
run: yarn install
working-directory: documentation

- name: Build Docusaurus site
run: npm run build
run: yarn build
working-directory: documentation

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: documentation/build
publish_dir: documentation/build

0 comments on commit 9ee4ab9

Please sign in to comment.