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.
1 parent 379643e commit e5c7449Copy full SHA for e5c7449
.github/workflows/publish_docs.yml
@@ -22,6 +22,11 @@ jobs:
22
uses: 'actions/upload-pages-artifact@v3'
23
with:
24
path: 'generated-pages'
25
+ - name: 'Deploy GitHub Pages Preview'
26
+ if: github.ref == 'refs/heads/main'
27
+ uses: rossjrw/pr-preview-action@v1
28
+ with:
29
+ source-dir: ./generated-pages/
30
deploy:
31
if: github.ref == 'refs/heads/main'
32
environment:
docs/index.md
@@ -0,0 +1,3 @@
1
+# GitHub Source Solutions
2
+
3
+* [Google Specifc SemGrep Rules](semgrep-rules)
0 commit comments