Skip to content

Commit

Permalink
moving files
Browse files Browse the repository at this point in the history
  • Loading branch information
jenningsanderson committed Apr 25, 2024
1 parent e8b8a80 commit 7a7f453
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,31 +31,31 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: "3.11"

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install boto3
- name: Build releases.json
run: cd utils && python3 fetch-releases-from-s3.py

- name: Copy output to publish directory
run: mkdir publish && cp utils/releases.json publish/

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

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: 'publish'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
37 changes: 0 additions & 37 deletions .github/workflows/fetch-releases.yml

This file was deleted.

0 comments on commit 7a7f453

Please sign in to comment.