Skip to content

Commit

Permalink
Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
brusch committed Aug 4, 2021
1 parent 6f5d17f commit dd95dcf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@ jobs:
- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v1"

- name: "Run generation of docs"
run: "./bin/update.sh"
- name: "Docs for pimcore/pimcore"
run: "./bin/do-generate.sh ./bin/settings-pimcore.sh"

- name: "Docs for pimcore/advanced-object-search"
run: "./bin/do-generate.sh ./bin/settings-aos.sh"
2 changes: 1 addition & 1 deletion bin/settings-aos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ versions=( "4.1" "current" "3.1" )
labels=( "4.1 (dev)" "4.0 (current)" "3.1" )
maintained=("true" "true" "false" )


gitRepository="https://github.com/pimcore/advanced-object-search.git"
repository="advanced-object-search"
outputPath="/docs/advanced-object-search"

Expand Down
1 change: 0 additions & 1 deletion bin/settings-asset-metadata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ versions=( "1.2" "current" "1.0")
labels=( "1.2 (dev)" "1.1 (current)" "1.0")
maintained=("true" "true" "false")


repository="asset-metadata-class-definitions"
outputPath="/docs/asset-metadata"

Expand Down
2 changes: 0 additions & 2 deletions bin/update.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
##!/bin/bash

./bin/do-generate.sh ./bin/settings-pimcore.sh

#./do-generate.sh ./settings-aos.sh
#./do-generate.sh ./settings-asset-metadata.sh
#./do-generate.sh ./settings-cmf.sh
#./do-generate.sh ./settings-data-hub.sh
Expand Down

0 comments on commit dd95dcf

Please sign in to comment.