Skip to content

Commit

Permalink
improve docs sync script
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 committed Jul 9, 2023
1 parent 47b767e commit 99902ab
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/sync-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 2
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: '18'

- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: '18'

- name: Install JQ
run: sudo apt-get install jq
- name: Install JQ
run: sudo apt-get install jq

- name: Sync docs
run: ./.github/scripts/sync_docs.sh
Expand Down

1 comment on commit 99902ab

@ReneWerner87
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 99902ab Previous: 47b767e Ratio
Benchmark_TrimLeft/fiber 13.69 ns/op 0 B/op 0 allocs/op 3.677 ns/op 0 B/op 0 allocs/op 3.72

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.