Skip to content

Commit

Permalink
2024.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pvlasov committed Dec 31, 2024
1 parent 093faf8 commit 30d6cf9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
java-version: '17'
distribution: 'temurin'
- name: Download Nasdanika CLI
run: wget https://github.com/Nasdanika/cli/releases/download/maven-2024.8.0/nsd-cli-2024.8.0.zip
run: wget https://github.com/Nasdanika/cli/releases/download/maven-2024.12.0/nsd-cli.zip
- name: Unzip Nasdanika CLI
run: unzip nsd-cli-2024.8.0.zip
run: unzip nsd-cli.zip
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v2
- name: Generate site
Expand Down
8 changes: 4 additions & 4 deletions page-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ bootstrap.Page:
name: Application Page Template
language: EN
stylesheets:
- https://cdn.jsdelivr.net/gh/Nasdanika/html@master/model/app.gen/web-resources/css/app.css
- https://cdn.jsdelivr.net/gh/Nasdanika-Models/html-app@master/gen/web-resources/css/app.css
- https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css
- https://cdn.jsdelivr.net/npm/jstree@3.3.11/dist/themes/default/style.min.css
- https://cdn.jsdelivr.net/npm/github-markdown-css@5.7.0/github-markdown.min.css
- https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.9.0/build/styles/default.min.css
- https://cdn.jsdelivr.net/npm/bootstrap-vue@2.23.0/dist/bootstrap-vue.css
scripts:
- https://cdn.jsdelivr.net/gh/Nasdanika/html@master/model/app.gen/web-resources/js/common.js
- https://cdn.jsdelivr.net/gh/Nasdanika/html@master/model/app.gen/web-resources/js/dark-head.js
- https://cdn.jsdelivr.net/gh/Nasdanika-Models/html-app@master/gen/web-resources/js/common.js
- https://cdn.jsdelivr.net/gh/Nasdanika-Models/html-app@master/gen/web-resources/js/dark-head.js
- https://cdn.jsdelivr.net/npm/jstree@3.3.11/dist/jstree.min.js
- https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.9.0/build/highlight.min.js
- https://cdn.jsdelivr.net/npm/vue@2.6.14/dist/vue.min.js
- https://cdn.jsdelivr.net/npm/bootstrap-vue@2.23.0/dist/bootstrap-vue.min.js
- https://cdn.jsdelivr.net/gh/Nasdanika/html@master/model/app.gen/web-resources/js/components/table.js
- https://cdn.jsdelivr.net/gh/Nasdanika-Models/html-app@master/gen/web-resources/js/components/table.js
- https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/languages/groovy.min.js
head:
Expand Down
4 changes: 2 additions & 2 deletions root-action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Action:
icon: https://docs.nasdanika.org/images/nasdanika-logo.png
text: Nasdanika Templates
# location: https://github.com/Nasdanika-Demos - breaks the site in 2024.8.0, will be fixed in subsequent releases
text: Nasdanika Demos
location: https://github.com/Nasdanika-Demos
children:
- Action:
location: ${base-uri}index.html
Expand Down

0 comments on commit 30d6cf9

Please sign in to comment.