We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5af638 + c8c8655 commit 7fd911bCopy full SHA for 7fd911b
.github/workflows/build.yml
@@ -40,3 +40,21 @@ jobs:
40
name: workspace-${{github.job}}
41
path: '*'
42
retention-days: 3
43
+
44
+ - name: Upload GitHub Pages artifact
45
+ uses: actions/upload-pages-artifact@v3
46
+ with:
47
+ path: specification/
48
+ deploy:
49
+ environment:
50
+ name: github-pages
51
+ needs: build
52
+ runs-on: ubuntu-latest
53
+ permissions:
54
+ pages: write
55
+ id-token: write
56
+ steps:
57
+ - name: Deploy to GitHub Pages
58
+ uses: actions/deploy-pages@v4
59
60
+ token: ${{ secrets.GITHUB_TOKEN }}
.gitignore
@@ -2,3 +2,4 @@
2
*.cache
3
.mypy_cache
4
.DS_Store
5
+.idea
0 commit comments