diff --git a/.github/workflows/javadoc.yaml b/.github/workflows/javadoc.yaml index c6c57651ed..6c3ba537b9 100644 --- a/.github/workflows/javadoc.yaml +++ b/.github/workflows/javadoc.yaml @@ -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 diff --git a/README.md b/README.md index 1372567c12..40ec9b82c6 100755 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Add the following lines to your `pom.xml`: com.jgalgo jgalgo-core - 0.1.1.2 + 0.2.0 ```