We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc81714 commit fe5ace6Copy full SHA for fe5ace6
.github/workflows/pages.yml
@@ -44,7 +44,7 @@ jobs:
44
if [ -f requirements_dev.txt ]; then pip install -r requirements_dev.txt; fi
45
- run: pdoc ./ical -o docs/
46
- name: Setup Pages
47
- uses: actions/configure-pages@v4
+ uses: actions/configure-pages@v5
48
- name: Upload artifact
49
uses: actions/upload-pages-artifact@v3
50
with:
0 commit comments