Skip to content

Commit ef4b8eb

Browse files
authored
Merge pull request #230 from xml4r/dev
Dev
2 parents cccf70f + 96f13fe commit ef4b8eb

50 files changed

Lines changed: 348 additions & 13184 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- 'docs/**'
88
- 'lib/**'
99
- 'ext/**'
10+
- 'CHANGELOG.md'
1011
- 'zensical.toml'
1112
- '.github/workflows/docs.yml'
1213
workflow_dispatch:
@@ -47,7 +48,7 @@ jobs:
4748
run: zensical build --clean
4849

4950
- name: Build API reference
50-
run: rdoc --format aliki --output site/reference --title 'LibXML Ruby API' --line-numbers --charset=utf-8 --exclude lib/xml.rb --exclude lib/xml/libxml.rb --main README.md ext/**/libxml.c ext/**/ruby_xml.c ext/**/*.c lib/**/*.rb README.md
51+
run: rdoc --format aliki --output site/reference --title 'LibXML Ruby API' --line-numbers --charset=utf-8 --main README.md ext/**/libxml.c ext/**/ruby_xml.c ext/**/*.c lib/**/*.rb README.md
5152

5253
- name: Upload artifact
5354
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)