Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ jobs:
- name: Install dependencies
run: bundle install

- name: "Verify common files are consistent"
run: |
git remote add -f b https://github.com/w3c/json-ld-wg.git
git remote update
git diff --exit-code remotes/b/main -- common

- name: Verify examples are consistent
run: bundle exec rake test

Expand Down
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ end
desc "Extract Examples"
task :examples do
sh %(rm -rf examples yaml)
sh %(bundle exec common/extract-examples.rb --example-dir examples --yaml-dir yaml index.html)
sh %(wget https://w3c.github.io/json-ld-wg/common/extract-examples.rb)
sh %(bundle exec extract-examples.rb --example-dir examples --yaml-dir yaml index.html)
end

desc "Check HTML"
Expand Down
Empty file removed common/README.rb
Empty file.
119 changes: 0 additions & 119 deletions common/algorithm-terms.html

This file was deleted.

172 changes: 0 additions & 172 deletions common/common.js

This file was deleted.

Loading
Loading