This is a companion discussion topic for the original entry at https://www.kodeco.com/40047657-docc-tutorial-for-swift-automating-publishing-with-github-actions
This is a companion discussion topic for the original entry at https://www.kodeco.com/40047657-docc-tutorial-for-swift-automating-publishing-with-github-actions
I believe this tutorial needs to be updated. I had to update the versions of the jobs file in order for it to build on GitHub
uses: actions/checkout@v4
with:
fetch-depth: 0
#4
- name: Run Build Docs
run: ./build-docc.sh
#5
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v3