1
1
mirror of https://github.com/rsms/inter.git synced 2024-11-30 01:15:54 +03:00

website: fix to github action

This commit is contained in:
Rasmus Andersson 2022-10-04 08:52:15 -07:00
parent 6f0794d02c
commit 79bc7b6cbd

View File

@ -33,7 +33,7 @@ jobs:
uses: actions/jekyll-build-pages@v1
with:
source: ./docs
destination: ./docs/_site
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v1