Skip to content

Commit

Permalink
Temporarily disable update ctf script
Browse files Browse the repository at this point in the history
Hotfix since it broke the whole site.
  • Loading branch information
bkrl committed Mar 28, 2024
1 parent 850d683 commit 7764694
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v2

- uses: actions/setup-python@v4
with:
python-version: '3.10'
# - uses: actions/setup-python@v4
# with:
# python-version: '3.10'

- name: Install Python Dependencies
run: python3 -m pip install requests PyYAML beautifulsoup4
# - name: Install Python Dependencies
# run: python3 -m pip install requests PyYAML beautifulsoup4

- name: Generate CTF yaml
run: python3 scripts/update_ctfs.py
# - name: Generate CTF yaml
# run: python3 scripts/update_ctfs.py

- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
Expand Down

0 comments on commit 7764694

Please sign in to comment.