Skip to content

Commit

Permalink
Bump JamesIves/github-pages-deploy-action from 4.4.0 to 4.4.1 (#97)
Browse files Browse the repository at this point in the history
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@v4.4.0...v4.4.1)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 17, 2022
1 parent bc7166e commit 2822628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: cmake
run: mkdir build && cd build && cmake .. && cmake --build . -j${{ steps.cpu-cores.outputs.count }} -t doc
- name: Deploy
uses: JamesIves/[email protected].0
uses: JamesIves/[email protected].1
with:
branch: gh-pages # The branch the action should deploy to.
folder: build/html # The folder the action should deploy.
Expand Down

2 comments on commit 2822628

@github-actions
Copy link

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 'C++ Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: 2822628 Previous: bc7166e Ratio
BM_EWPT/repeats:5_stddev 648306965.7209733 ns/iter 426312477.72030056 ns/iter 1.52

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

@github-actions
Copy link

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 'C++ Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: 2822628 Previous: bc7166e Ratio
BM_NLOVEV 419085900.9000064 ns/iter 262479364.79999796 ns/iter 1.60
BM_EWPT/repeats:5 8789596899.999992 ns/iter 5036349783.999981 ns/iter 1.75
BM_EWPT/repeats:5_mean 7562553297.000023 ns/iter 4713774523.6 ns/iter 1.60
BM_EWPT/repeats:5_median 7287372263.000066 ns/iter 4434715643.000004 ns/iter 1.64
BM_EWPT/repeats:5_stddev 690106409.9570991 ns/iter 426312477.72030056 ns/iter 1.62
BM_EWBG/repeats:5 39343290915.00001 ns/iter 25841694339.000015 ns/iter 1.52
BM_EWBG/repeats:5_mean 37097735413.600006 ns/iter 24001555507.200024 ns/iter 1.55
BM_EWBG/repeats:5_median 36647537857.99996 ns/iter 23567243931.999996 ns/iter 1.56

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

Please sign in to comment.