diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 0d33e81..df82ad4 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -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 @@ -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