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 ee0bb77 commit 0fa917aCopy full SHA for 0fa917a
.github/workflows/ghpages.yml
@@ -0,0 +1,28 @@
1
+
2
+name: Build and Deploy GhPages docs
3
4
+on:
5
+ push:
6
+ branches:
7
+ - master
8
9
+jobs:
10
+ build-and-deploy:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: olafurpg/setup-scala@v5
14
15
+ - name: Checkout
16
+ uses: actions/[email protected]
17
+ with:
18
+ persist-credentials: false
19
20
+ - name: Build
21
+ run: sbt readme/run
22
23
+ - name: Deploy
24
+ uses: JamesIves/[email protected]
25
26
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
+ BRANCH: gh-pages
28
+ FOLDER: readme/target/scalatex
0 commit comments