Skip to content

Commit

Permalink
moved in one
Browse files Browse the repository at this point in the history
  • Loading branch information
behrica committed Nov 16, 2024
1 parent 68bdb58 commit 1969578
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 43 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ on:

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write


# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down Expand Up @@ -44,5 +49,25 @@ jobs:

- name: render notebooks
run: clojure -T:build render-notebooks

deploy-gh:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: 'docs/'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4



43 changes: 0 additions & 43 deletions .github/workflows/static.yml

This file was deleted.

0 comments on commit 1969578

Please sign in to comment.