Skip to content

Commit e714767

Browse files
committed
rollback. complicated
1 parent 920709e commit e714767

1 file changed

Lines changed: 1 addition & 25 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -205,31 +205,7 @@ jobs:
205205
runs-on: ubuntu-latest
206206
steps:
207207
- name: 'Checkout ${{ github.head_ref || github.ref }}'
208-
uses: actions/checkout@v4
209-
- name: 'Overwrite assembly-metadata.json'
210-
shell: bash
211-
env:
212-
source-folder: '../src'
213-
project-files: '**/*.csproj'
214-
output-folder: ${{ env.friendly-version }}
215-
run: |
216-
echo "{
217-
\"$schema\": \"https://raw.githubusercontent.com/dotnet/docfx/main/schemas/docfx.schema.json\",
218-
\"metadata\": [
219-
{
220-
\"src\": [
221-
{
222-
\"src\": \"{{ env.source-folder }}\",
223-
\"files\": [
224-
\"{{ env.project-files }}\"
225-
]
226-
}
227-
],
228-
\"dest\": \"${{ env.output-folder }}\",
229-
\"outputFormat\": \"apiPage\"
230-
}
231-
]
232-
}" >! ./api-reference/assembly-metadata.json
208+
uses: actions/checkout@v4
233209
- name: 'Generate assembly metadata'
234210
uses: ./.github/actions/docfx-metadata
235211
with:

0 commit comments

Comments
 (0)