Skip to content

Commit

Permalink
Update jekyll_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Routhleck committed Aug 27, 2023
1 parent 48de18e commit 48aa73c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/jekyll_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,16 @@ jobs:
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
url: https://routhleck.github.io/BrainPy-course-notes/
runs-on: ubuntu-latest
needs: build
steps:
- name: Download artifacts
uses: actions/download-artifact@v2
with:
name: jekyll-site
path: ./_site

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit 48aa73c

Please sign in to comment.