Skip to content

Commit

Permalink
feel good about this one
Browse files Browse the repository at this point in the history
  • Loading branch information
orthecreedence committed Mar 28, 2024
1 parent cb9a0d8 commit eed4a9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/www.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ jobs:
- name: Setup deps
run: pnpm i
- name: Fool build system into ignoring the paper
run: mkdir -p ../paper/src
run: |
mkdir -p ../paper/src ../paper/converted/ && \
touch ../paper/converted/basis.html && \
touch src/paper.html
- name: Build
env:
URL: https://basisproject.net
Expand Down

0 comments on commit eed4a9b

Please sign in to comment.