Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
fix: Release docs generated error. (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinBetanc0urt authored Jun 16, 2022
1 parent 78b30fa commit 35e2bc4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ jobs:
yarn ci
yarn build
- name: Upload dist docs
uses: actions/upload-artifact@v3
with:
name: adempiere-vue-docs
path: docs/.vuepress/dist

- name: Init new repo in dist folder and commit generated files
run: |
cd docs/.vuepress/dist
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
node-version: [14.x]
steps:
- name: Check out the repo
uses: actions/checkout@v3
Expand All @@ -150,7 +150,7 @@ jobs:
run: |
cd docs
yarn ci
yarn build --if-present
yarn build
- name: Upload dist docs
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 35e2bc4

Please sign in to comment.