We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f828c commit 0bac4cbCopy full SHA for 0bac4cb
.github/workflows/pull.yml
@@ -18,15 +18,15 @@ jobs:
18
# Steps represent a sequence of tasks that will be executed as part of the job
19
steps:
20
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
21
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v2
22
23
# The same command that users can use locally is used to build documentation.
24
- name: Build documentation
25
run: make
26
27
# Publish generated site as artifact. Unfortunately viewing it requires
28
# downloading a .zip and uncompressing that (https://github.com/actions/upload-artifact/issues/14#issuecomment-620728238)
29
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
30
with:
31
name: html-docs
32
path: docs
0 commit comments