Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Mar 1, 2024
1 parent 18daa58 commit 389f0ae
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Generate html
run: |
mkdir output
touch output/.nojekyll
echo progress.shiptest.net > output/CNAME
python3 main.py
run: python3 main.py
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down
Empty file added output/.nojekyll
Empty file.
1 change: 1 addition & 0 deletions output/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
progress.shiptest.net

0 comments on commit 389f0ae

Please sign in to comment.