Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jgwoolley authored Feb 15, 2025
1 parent 360421a commit 18d30db
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,12 @@ jobs:

- name: Build Project
run: bash build.sh
working-directory: nf2t-cli
working-directory: nf2t-cli
working-directory: ./nf2t-cli
- name: Install Asciidoc
run: sudo apt-get install -y asciidoctor
- name: Build Docs
run: bash docs.sh
working-directory: nf2t-cli
working-directory: ./nf2t-cli
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand All @@ -63,4 +62,4 @@ jobs:
path: './nf2t-cli/dist'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit 18d30db

Please sign in to comment.