From 556fb3952ca261aedc163dd0fc74fa7bc614992d Mon Sep 17 00:00:00 2001 From: Barak Ugav Date: Sun, 6 Aug 2023 12:41:52 +0300 Subject: [PATCH] Javadoc: include 0.2.0 in docs branch --- .github/workflows/javadoc.yaml | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 ```