File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 15
15
# https://github.com/crazy-max/ghaction-github-pages/issues/1#issuecomment-623202206
16
16
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
with :
20
20
fetch-depth : ${{ github.event_name == 'pull_request' && 2 || 0 }}
21
21
- name : Get changed files
36
36
run : |
37
37
npm install -g @umbrelladocs/linkspector
38
38
echo "linkspector version: $(linkspector --version)"
39
+ echo "changed files: ${{ steps.changed-files.outputs.changed_files }}"
39
40
jq '{"files": $ARGS.positional}' --null-input --args ${{ steps.changed-files.outputs.changed_files }} > .linkspector.yml
40
41
linkspector check --config .linkspector.yml
41
42
- name : Install Zola
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Want something mentioned in the next newsletter?
24
24
[ Send us a pull request] [ pr ] .
25
25
Feel free to send PRs about your own projects!
26
26
27
- [ Rust ] : https://rust-langfoobarbaz .org
27
+ [ Rust ] : https://rust-lang .org
28
28
[ join ] : https://github.com/rust-gamedev/wg#join-the-fun
29
29
[ pr ] : https://github.com/rust-gamedev/rust-gamedev.github.io
30
30
[ coordination ] : https://github.com/rust-gamedev/rust-gamedev.github.io/issues?q=label%3Acoordination
You can’t perform that action at this time.
0 commit comments