Skip to content

Commit 46fec27

Browse files
author
ADMSK\AVROGAL1
committed
docs: updates on workflows
Added information on documentation
1 parent 699fe2a commit 46fec27

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pagespeed.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
id: srcbranch
2424
with:
2525
github-ref: ${{ github.ref }}
26-
map: |
27-
${{ toJSON({ dev: 'staging', production: 'production', '.*': 'sandbox' }) }}
26+
map: ${{ toJSON({ dev: 'staging', production: 'production', '.*': 'sandbox' }) }}
2827

2928
- name: Create local changes
3029
run: | # Have to be sure a folder is present if not, make it

0 commit comments

Comments
 (0)