mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-01-26 13:46:19 +00:00
[AB-202] duplicating the documentation to a current folder
This commit is contained in:
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -28,6 +28,14 @@ jobs:
|
|||||||
branch: master
|
branch: master
|
||||||
ssh-key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
ssh-key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||||
folder: abstracto-application/documentation/target/generated-docs
|
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
|
- name: Login to GitHub Packages Docker Registry
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user