Skip to content

Commit

Permalink
Merge branch 'main' of github.com:metanorma/ci
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Dec 1, 2024
2 parents f6e882e + 7898203 commit a928b99
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/gh-repo-manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env ruby

require 'optparse'
require 'ostruct'
require 'net/http'
require 'json'
require 'yaml'
Expand Down
6 changes: 6 additions & 0 deletions cimas-config/cimas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1492,6 +1492,7 @@ groups:
- iec-iso-jseg-15
- iso-iec-smart-terms
- laozi
- docs
private-docs:
- mn-samples-ribose
- mn-samples-nist
Expand All @@ -1505,8 +1506,10 @@ groups:
choco:
- chocolatey-metanorma
- chocolatey-latexml
- chocolatey-xml2rfc
homebrew:
- homebrew-metanorma
- homebrew-xml2rfc
templates:
- mn-templates-cc
- mn-templates-un
Expand Down Expand Up @@ -1616,6 +1619,7 @@ groups:
- iso-10303-templates
- mn-samples-m3aawg # freezed on 1.6.15
- C-17
- docs
# data
- cipm-resolutions
- cgpm-resolutions
Expand All @@ -1628,7 +1632,9 @@ groups:
- winget-metanorma
- chocolatey-metanorma
- chocolatey-latexml
- chocolatey-xml2rfc
- homebrew-metanorma
- homebrew-xml2rfc
- metanorma-snap
- latexml-snap
- metanorma-docker
Expand Down
2 changes: 1 addition & 1 deletion inkscape-setup-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
version = {
"Darwin": "inkscape", # latest is 1.4.+
"Windows": "1.3.2", # outate
"Windows": "1.3.0", # test propose
"Ubuntu": "1:1.4+202410161351+e7c3feb100~ubuntu22.04.1",
"Linux": "https://inkscape.org/gallery/item/53678/Inkscape-e7c3feb-x86_64.AppImage"
}.get(platform_name, None)
Expand Down

0 comments on commit a928b99

Please sign in to comment.