Skip to content

Commit

Permalink
docs: updates on workflows
Browse files Browse the repository at this point in the history
Added information on documentation
  • Loading branch information
ADMSK\AVROGAL1 committed Feb 4, 2021
1 parent 699fe2a commit 46fec27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pagespeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
id: srcbranch
with:
github-ref: ${{ github.ref }}
map: |
${{ toJSON({ dev: 'staging', production: 'production', '.*': 'sandbox' }) }}
map: ${{ toJSON({ dev: 'staging', production: 'production', '.*': 'sandbox' }) }}

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

0 comments on commit 46fec27

Please sign in to comment.