File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020
2121 steps:
2222 - uses: actions/checkout@v4
23-
23+
2424 - name: Install Node.js 16.x
2525 uses: actions/setup-node@v4
2626 with:
@@ -32,19 +32,19 @@ jobs:
3232
3333 - name: Build the static content using npm
3434 run: npm run build
35-
35+
3636 - name: Fetch pull request data (godot)
3737 run: npm run compose-db -- repo:godot
3838 env:
3939 GRAPHQL_TOKEN: ${{ secrets.GRAPHQL_TOKEN }}
4040 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41-
41+
4242 - name: Fetch pull request data (godot-docs)
4343 run: npm run compose-db -- repo:godot-docs
4444 env:
4545 GRAPHQL_TOKEN: ${{ secrets.GRAPHQL_TOKEN }}
4646 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47-
47+
4848 - name: Archive production artifacts
4949 uses: actions/upload-artifact@v4
5050 with:
You can’t perform that action at this time.
0 commit comments