We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d5ccda commit c17774eCopy full SHA for c17774e
.github/workflows/build.yml
.github/workflows/openapi-gh-pages.yml
@@ -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
+name: Build and Deploy
3
4
on:
5
# Runs on pushes targeting the default branch
@@ -36,14 +35,15 @@ jobs:
36
35
node-version: '20'
37
cache: 'npm'
38
- run: npm ci
39
- - run: npm run compile
40
- name: Compile TypeSpec
41
run: tsp compile src/main.tsp --emit @typespec/openapi3
42
- name: Fix OpenAPI
43
run: ./fixOpenApi.ps1
44
shell: pwsh
45
- name: Upload artifact
46
uses: actions/upload-pages-artifact@v3
+ with:
+ path: docs/
47
48
# Deployment job
49
deploy:
0 commit comments