wwt / SwiftCurrent

A library for managing complex workflows in Swift
https://wwt.github.io/SwiftCurrent/
Apache License 2.0
307 stars 19 forks source link

Removes jazzy from install steps when deploying new versions #151

Closed Richard-Gist closed 2 years ago

Richard-Gist commented 2 years ago

Because https://github.com/actions/virtual-environments/issues/4320 has merged and deployed, we should no longer need to gem install jazzy before generating documents. This should decrease our document deployment time by ~4 minutes.

Checklist:

codecov-commenter commented 2 years ago

Codecov Report

Merging #151 (4308329) into main (4fa3df6) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #151   +/-   ##
=======================================
  Coverage   91.26%   91.26%           
=======================================
  Files          92       92           
  Lines        2371     2371           
=======================================
  Hits         2164     2164           
  Misses        207      207           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8ef1d41...4308329. Read the comment docs.