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 6438c91 commit e8c0f6aCopy full SHA for e8c0f6a
1 file changed
.github/workflows/main.yml
@@ -34,10 +34,10 @@ jobs:
34
repository: 'actonlang/acton'
35
path: 'acton'
36
token: ${{ secrets.ACTBOT_PAT }}
37
- - name: 'Build acton-by-example'
+ - name: 'Build acton-guide'
38
run: |
39
export PATH=/.cargo/bin:$PATH
40
- cd acton/docs/acton-by-example
+ cd acton/docs/acton-guide
41
mdbook build -d ../../../guide-build
42
- name: "Configure git"
43
0 commit comments