Skip to content

Commit

Permalink
docs: Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
rrr523 committed Oct 12, 2023
1 parent 27dc3a2 commit f710472
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docs-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jobs:
# - name: Install dependencies
# run: pnpm install

- name: Build website
run: npm run build

# Popular action to deploy to GitHub Pages:
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
- name: Deploy to GitHub Pages
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/docs-test-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,3 @@ jobs:
- name: Build
run: pnpm -F greenfield-js-sdk-docs build

- name: Test build website
run: npm run build

0 comments on commit f710472

Please sign in to comment.