Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer authored Oct 6, 2023
1 parent 8dd185b commit 3b74e3c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,20 @@ jobs:

- name: Build Documentation
run: |
cat > index.html <<EOF
cd hacspec-scrambledb
cargo doc --no-deps
cat > target/doc/index.html <<EOF
<!doctype html>
<html>
Hello Atlas
<head><meta http-equiv="refresh" content="0"; url="scrambledb"></head>
</html>
EOF
cp -r target/doc ../docs
- name: Upload Documentation Artifact
uses: actions/upload-pages-artifact@v2
with:
path: "."
path: "docs"

- name: Deploy Documentation to GitHub Pages
id: deployment
Expand Down

0 comments on commit 3b74e3c

Please sign in to comment.