From 84ddcbe54b63ff8ff29b56f491d43071496c10f1 Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Mon, 22 Mar 2021 00:03:17 +0100 Subject: [PATCH] [AB-202] duplicating the documentation to a current folder --- .github/workflows/release.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8fd2abcc7..af27e2688 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,6 +28,14 @@ jobs: branch: master ssh-key: ${{ secrets.ACTIONS_DEPLOY_KEY }} folder: abstracto-application/documentation/target/generated-docs + - name: Deploy documentation to GitHub pages latest + uses: JamesIves/github-pages-deploy-action@4.1.0 + with: + repository-name: Sheldan/abstracto-docs + target-folder: docs/current + branch: master + ssh-key: ${{ secrets.ACTIONS_DEPLOY_KEY }} + folder: abstracto-application/documentation/target/generated-docs - name: Login to GitHub Packages Docker Registry uses: docker/login-action@v1 with: