We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa5cc89 commit 69cdd41Copy full SHA for 69cdd41
.github/workflows/main.yml
@@ -79,6 +79,8 @@ jobs:
79
80
- name: Download the build folder
81
uses: actions/download-artifact@v4
82
+ with:
83
+ path: ./docs
84
85
- name: Display structure of downloaded files
86
run: ls -R ./docs
0 commit comments