We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de1147 commit 2a898adCopy full SHA for 2a898ad
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Install yarn deps
33
run: cd website && yarn install
34
- name: build
35
- working-directory: ./pyre2/website
+ working-directory: pyre2/website
36
run: scripts/build.sh
37
- name: Deploy to GitHub Pages
38
id: deployment
0 commit comments