Skip to content

Commit a5ffa38

Browse files
committed
CI: fix publish-docs job.
1 parent 61a8f21 commit a5ffa38

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ jobs:
8484
if: github.repository == 'amaranth-lang/amaranth'
8585
runs-on: ubuntu-latest
8686
steps:
87+
- name: Check out source code
88+
uses: actions/checkout@v3
89+
with:
90+
fetch-depth: 0
8791
- name: Download documentation archive
8892
uses: actions/download-artifact@v3
8993
with:

0 commit comments

Comments
 (0)