Skip to content

Commit

Permalink
Initiate documentation site
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Jan 17, 2025
1 parent 7b40f82 commit a96daa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Generate Javadoc
run: mvn -B clean javadoc:javadoc
- name: Move Javadoc into documentation directory
if: github.ref == 'refs/heads/master'
#if: github.ref == 'refs/heads/master'

Check warning on line 98 in .github/workflows/ci-cd.yml

View workflow job for this annotation

GitHub Actions / YAML Style Check

98:10 [comments] missing starting space in comment
run: mv target/site/apidocs/ docs/build/apidocs/
- name: Load CNAME file
#if: github.ref == 'refs/heads/master'

Check warning on line 101 in .github/workflows/ci-cd.yml

View workflow job for this annotation

GitHub Actions / YAML Style Check

101:10 [comments] missing starting space in comment
Expand Down

0 comments on commit a96daa6

Please sign in to comment.