Skip to content

Commit 7752f7e

Browse files
committed
remove adding data.json
1 parent 91e25dd commit 7752f7e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

action.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -95,19 +95,6 @@ runs:
9595
echo "domain=https://developer.sandbox.bcc.no" >> $GITHUB_OUTPUT
9696
fi
9797
98-
- uses: microsoft/variable-substitution@v1
99-
with:
100-
files: "vuepress/docs/.vuepress/data.json"
101-
env:
102-
title: ${{ inputs.title }}
103-
description: ${{ inputs.description }}
104-
base: ${{ inputs.base }}
105-
docsRepo: ${{ github.repository }}
106-
docsDir: ${{ inputs.docs-dir }}
107-
docsBranch: ${{ inputs.branch }}
108-
collapseSidebarSections: ${{ inputs.collapse-sidebar }}
109-
autoRegisterComponents: true
110-
11198
- name: Get Token from GitHub
11299
id: token
113100
shell: bash

0 commit comments

Comments
 (0)