Skip to content

Commit

Permalink
create github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Jul 26, 2024
1 parent 6a2c6b0 commit 3f53b41
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,31 @@ jobs:
- name: Check Python version
run: python -V

- name: Setup Pages
uses: actions/configure-pages@v4


- name: Generate slides
run: |
cd slides
pwd
./generate_slides.py
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
path: html

# Deployment job
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

#crystal:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 3f53b41

Please sign in to comment.