Skip to content

Commit

Permalink
remove generate document
Browse files Browse the repository at this point in the history
Signed-off-by: bupd <[email protected]>
  • Loading branch information
bupd committed Feb 15, 2025
1 parent 8d78e99 commit fc385b7
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/publish_prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,29 +22,6 @@ jobs:
- name: Dagger Version
uses: sagikazarmark/[email protected]

- name: Generate Document
uses: dagger/dagger-for-github@v7
with:
version: ${{ steps.dagger_version.outputs.version }}
verb: call
args: run-doc export --path=doc

- name: Check for changes
run: |
# Check if any newly added docs exist
untracked_files=$(git ls-files --others --exclude-standard)
# If there are untracked files, fail the workflow
if [ -n "$untracked_files" ]; then
echo "New Untracked files found"
echo "please check if docs were added for new commands"
echo "$untracked_files"
exit 1 # This will fail the workflow
else
echo "No untracked files found."
fi
continue-on-error: false

- name: Run Dagger golangci-lint
uses: dagger/dagger-for-github@v7
with:
Expand Down

0 comments on commit fc385b7

Please sign in to comment.