CI: fix publish-docs job.
This commit is contained in:
parent
61a8f21319
commit
a5ffa38e64
4
.github/workflows/main.yaml
vendored
4
.github/workflows/main.yaml
vendored
|
@ -84,6 +84,10 @@ jobs:
|
|||
if: github.repository == 'amaranth-lang/amaranth'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out source code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Download documentation archive
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue