Skip to content

Commit

Permalink
[3.1] docs for 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed May 21, 2023
1 parent 5cc95d0 commit 3a0e477
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ jobs:
destination: 'cors-wolke-coreshop-docs/3.0.0'
parent: false

- name: Upload Folder
uses: 'google-github-actions/upload-cloud-storage@v0'
if: github.ref == 'refs/heads/3.1'
with:
path: 'docs/generated-docs/'
destination: 'cors-wolke-coreshop-docs/3.1.0'
parent: false

- name: Upload Folder
uses: 'google-github-actions/upload-cloud-storage@v0'
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit 3a0e477

Please sign in to comment.