Skip to content

Commit

Permalink
working?
Browse files Browse the repository at this point in the history
  • Loading branch information
khieta committed Apr 25, 2024
1 parent aab45b8 commit 6ff79fe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages
name: Deploy Lean Documentation to Pages

on:
# Runs on pushes targeting the default branch
Expand Down Expand Up @@ -44,7 +43,7 @@ jobs:
- name: Move documentation to `docs/docs`
run: |
mkdir docs
cp -r .lake/build/doc docs/docs
cp -r cedar-lean/.lake/build/doc docs/docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 6ff79fe

Please sign in to comment.