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 46
46
- name : Install dependencies with Composer
47
47
uses : ramsey/composer-install@3.0.0
48
48
with :
49
+ working-directory : " composer"
49
50
# Revert when psalm supports PHP 8.4
50
51
# composer-options: "--no-suggest"
51
52
composer-options : " --no-suggest ${{ inputs.php-version == '8.4'
52
53
&& '--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
3
3
rm build-site.sh
4
4
fi
5
5
6
-
7
6
curl 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"
5
5
# set in your site’s Branches settings in the UI will inherit
6
6
# these settings.
7
7
[build ]
8
+
8
9
publish = " snooty/public"
9
10
command = " . ./build.sh"
You can’t perform that action at this time.
0 commit comments