Skip to content

Commit

Permalink
Merge pull request #676 from nevermined-io/fix/documentation
Browse files Browse the repository at this point in the history
fix: try without nvm-docs
  • Loading branch information
eruizgar91 authored Jun 12, 2024
2 parents 3306fbd + 48f36bf commit d92f9f0
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/push-to-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ jobs:
run: yarn docs

# checkout nvm-docs and test the build with the new documentation
- name: Checkout docs
uses: actions/checkout@v4
with:
token: ${{ secrets.API_TOKEN_GITHUB }}
repository: nevermined-io/docs
path: docs
- name: Copy the sdk docs
run: cp -r ./sdk/docs ./docs/docs/nevermined-sdk
- name: Test nvm-docs build
working-directory: ./docs
run: |
yarn
yarn build
# - name: Checkout docs
# uses: actions/checkout@v4
# with:
# token: ${{ secrets.API_TOKEN_GITHUB }}
# repository: nevermined-io/docs
# path: docs
# - name: Copy the sdk docs
# run: cp -r ./sdk/docs ./docs/docs/nevermined-sdk
# - name: Test nvm-docs build
# working-directory: ./docs
# run: |
# yarn
# yarn build

# commit the new generated docs to the sdk repo
- name: Commit sdk docs
Expand Down

0 comments on commit d92f9f0

Please sign in to comment.