Skip to content

Commit

Permalink
Javadoc: include 0.2.0 in docs branch
Browse files Browse the repository at this point in the history
  • Loading branch information
barakugav committed Aug 6, 2023
1 parent c06b59b commit 556fb39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/javadoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
mkdir -p ${{ runner.temp }}/docs
mv index.html ${{ runner.temp }}/docs/
mv 0.1.1.2 ${{ runner.temp }}/docs/
mv 0.2.0 ${{ runner.temp }}/docs/
mv ${{ runner.temp }}/docs-snapshot/index.html ${{ runner.temp }}/docs-snapshot/index-main.html
mv ${{ runner.temp }}/docs-snapshot ${{ runner.temp }}/docs/0.1.1.2-snapshot
mv ${{ runner.temp }}/docs-snapshot ${{ runner.temp }}/docs/0.2.1-snapshot
- name: Deploy to Documentation Branch
uses: JamesIves/github-pages-deploy-action@v4.4.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Add the following lines to your `pom.xml`:
<dependency>
<groupId>com.jgalgo</groupId>
<artifactId>jgalgo-core</artifactId>
<version>0.1.1.2</version>
<version>0.2.0</version>
</dependency>
```

Expand Down

0 comments on commit 556fb39

Please sign in to comment.