Skip to content

Commit

Permalink
use release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely committed Mar 29, 2024
1 parent 0caa1d6 commit 1206ea2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,11 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

# node make-docs.js --release ${{ github.head_ref }}
- name: generate MarkDown files
run: |
node make-docs.js --release ${{ github.head_ref }}
node make-docs.js
- uses: actions/upload-artifact@v4
with:
name: artifact-application-md-files
Expand Down

0 comments on commit 1206ea2

Please sign in to comment.