We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d930637 + cae88e6 commit 18cee12Copy full SHA for 18cee12
2 files changed
.github/workflows/deploy-github-pages.yml
@@ -2,12 +2,6 @@
2
name: Deploy GitHub Pages preview
3
on:
4
workflow_dispatch:
5
- inputs:
6
- branch:
7
- description: "Branch to deploy"
8
- type: string
9
- required: true
10
- default: main
11
12
permissions:
13
contents: read
@@ -18,4 +12,4 @@ jobs:
18
preview:
19
uses: AdobeDocs/commerce-contributor/.github/workflows/github-pages-preview.yml@main
20
14
with:
21
- branch: ${{ inputs.branch || github.ref }}
15
+ branch: ${{ github.ref_name }}
package.json
@@ -6,6 +6,9 @@
"type": "git",
"url": "https://github.com/AdobeDocs/commerce-admin-developer"
},
+ "config": {
+ "sitePath": "commerce/admin-developer"
+ },
"scripts": {
"dev": "node ./dev.mjs",
"lint": "npx --yes github:AdobeDocs/adp-devsite-utils runLint -v",
0 commit comments