Skip to content

Commit

Permalink
Try to fix deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
dboddie committed Mar 4, 2024
1 parent 33a2ec6 commit fd31cda
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/make-roms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,24 @@ jobs:
export PATH=$PATH:$PWD/Ophis/bin:$PWD
export PYTHONPATH=$PYTHONPATH:$PWD
python3 fix-uefs.py
tree UEFs
- name: Create scripts
run: python3 csv2scripts.py
- name: Run the batch script
run: PATH=Ophis/bin:$PWD:UEF2ROM:$PATH ./batch.sh
- name: Make an index file
run: python3 make-index.py
- name: Move the data
run: |
mkdir -p _site
cp index.html _site/index.html
mv ROMs _site/
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: Converted ROMs
path: ROMs
- name: Move the data
run: |
mkdir -p _site
cp index.html _site/index.html
mv ROMs _site/
- name: Upload GitHub Pages artifacts
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3

deploy:

Expand Down

0 comments on commit fd31cda

Please sign in to comment.