Skip to content

Commit

Permalink
trying this again
Browse files Browse the repository at this point in the history
  • Loading branch information
orthecreedence committed Mar 28, 2024
1 parent 64fe1ca commit 984b64b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/www.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
- name: Setup deps
run: pnpm i
- name: Fool build system into ignoring the paper
run: mkdir -p ../paper/src ../paper/converted/ && touch ../paper/converted/basis.html
run: mkdir -p ../paper/src
- name: Build
run: make all URL=https://basisproject.net/
run: make URL=https://basisproject.net/ dist/index.html
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 984b64b

Please sign in to comment.