We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e030fb commit c4bb4ccCopy full SHA for c4bb4cc
.github/workflows/build-and-deploy-tutorial.yml
@@ -61,6 +61,13 @@ jobs:
61
npm install @antora/cli @antora/site-generator-default
62
npm install @antora/lunr-extension @antora/pdf-extension @asciidoctor/tabs
63
gem install asciidoctor-pdf asciidoctor-kroki asciidoctor-plantuml
64
+
65
+ # Make update-repo-url.sh executable and run it to update URLs
66
+ - name: Make update-repo-url.sh executable
67
+ run: chmod +x ./update-repo-url.sh
68
69
+ - name: Update repository URLs in configuration files
70
+ run: ./update-repo-url.sh
71
72
# Generate the documentation site to validate it builds correctly
73
- name: Validate Site Generation
0 commit comments