We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 669abf9 commit b1cec58Copy full SHA for b1cec58
.github/workflows/jekyll-gh-pages.yml
@@ -28,6 +28,14 @@ jobs:
28
steps:
29
- name: Checkout
30
uses: actions/checkout@v4
31
+ - name: Setup Python
32
+ uses: actions/setup-python@v2
33
+ with:
34
+ python-version: '3.x'
35
+ - name: Install dependencies
36
+ run: |
37
+ python -m venv circuits-and-code-website-venv
38
+ source circuits-and-code-website-venv/bin/activate
39
- name: Setup Pages
40
uses: actions/configure-pages@v5
41
- name: Build with Jekyll
0 commit comments