Skip to content

Commit

Permalink
nother attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuris committed Sep 7, 2023
1 parent 12c32f5 commit 4afc5b2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
run: cargo doc --no-deps
- name: Deploy
run: |
mkdir _site
git clean -f docs
echo "<meta http-equiv=\"refresh\" content=\"0; url=firewood\">" > target/doc/index.html
echo "copying documentation to doc..."
cp -r target/doc ./docs
echo "<meta http-equiv=\"refresh\" content=\"0; url=firewood\">" > _site/index.html
run: cp -r target/doc/* ./_site
deploy:
needs: build
permissions:
Expand All @@ -45,8 +45,6 @@ jobs:
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: "."
- name: Deploy to GitHub pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit 4afc5b2

Please sign in to comment.