You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace defunct Travis CI integration with GitHub Actions
The GitHub Actions setup is equivalent to the Travis CI configuration
with two differences:
- The GitHub Action setup does not set the `TAG` environment variable,
as it didn't seem like `xml2rfc` would consume that at all (unless I'm
missing something)
- The GitHub Action preserves the spec output (txt and html) as
artifacts that can be downloaded after a successful run (to see the
changes without having to locally render the specs)
Fixes: #1262
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
0 commit comments