Skip to content

Commit c17774e

Browse files
committed
Workflow updates
1 parent 5d5ccda commit c17774e

File tree

2 files changed

+3
-35
lines changed

2 files changed

+3
-35
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/openapi-gh-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
2-
name: Deploy Jekyll with GitHub Pages dependencies preinstalled
1+
name: Build and Deploy
32

43
on:
54
# Runs on pushes targeting the default branch
@@ -36,14 +35,15 @@ jobs:
3635
node-version: '20'
3736
cache: 'npm'
3837
- run: npm ci
39-
- run: npm run compile
4038
- name: Compile TypeSpec
4139
run: tsp compile src/main.tsp --emit @typespec/openapi3
4240
- name: Fix OpenAPI
4341
run: ./fixOpenApi.ps1
4442
shell: pwsh
4543
- name: Upload artifact
4644
uses: actions/upload-pages-artifact@v3
45+
with:
46+
path: docs/
4747

4848
# Deployment job
4949
deploy:

0 commit comments

Comments
 (0)