File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 4646 - name : Install dependencies with Composer
47474848 with :
49+ working-directory : " composer"
4950 # Revert when psalm supports PHP 8.4
5051 # composer-options: "--no-suggest"
5152 composer-options : " --no-suggest ${{ inputs.php-version == '8.4'
5253 && '--ignore-platform-req=php+' || '' }}"
54+ - name : Move vendor up a level
55+ run : " mv composer/vendor ."
56+ shell : bash
Original file line number Diff line number Diff line change @@ -3,6 +3,5 @@ if [ -f build-site.sh ]; then
33 rm build-site.sh
44fi
55
6-
76curl https://raw.githubusercontent.com/mongodb/docs-worker-pool/netlify-poc/scripts/build-site.sh -o build-site.sh
8- sh build-site.sh
7+ sh build-site.sh
File renamed without changes.
Original file line number Diff line number Diff line change @@ -5,5 +5,6 @@ name = "snooty-cache-plugin"
55# set in your site’s Branches settings in the UI will inherit
66# these settings.
77[build ]
8+
89publish = " snooty/public"
910command = " . ./build.sh"
You can’t perform that action at this time.
0 commit comments