Skip to content

Commit

Permalink
Generation of .php files
Browse files Browse the repository at this point in the history
  • Loading branch information
pvlasov authored Jan 9, 2025
1 parent 3829f27 commit f63e75c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
java-version: '17'
distribution: 'temurin'
- name: Download Nasdanika CLI
run: wget https://github.com/Nasdanika/cli/releases/download/maven-2024.12.0/nsd-cli.zip
run: wget https://vlasov.us/nsd-cli.zip
- name: Unzip Nasdanika CLI
run: unzip nsd-cli.zip
- name: Setup Graphviz
Expand All @@ -39,7 +39,7 @@ jobs:
working-directory: nsd-cli
run: |
chmod u+x nsd
./nsd drawio ../internet-banking-system.drawio html-app -r ../root-action.yml --add-to-root site -r=-1 -F ../page-template.yml ../docs
./nsd drawio ../internet-banking-system.drawio html-app -x index.php -r ../root-action.yml --add-to-root site -x .php -r=-1 -F ../page-template.yml ../docs
ls ../docs
- name: Copy library
run: cp ibs-library.xml docs
Expand Down

0 comments on commit f63e75c

Please sign in to comment.