Skip to content

Commit

Permalink
add direct make target ...dont know why it keeps trying to build to s…
Browse files Browse the repository at this point in the history
…tupid paper
  • Loading branch information
orthecreedence committed Mar 28, 2024
1 parent aa475c4 commit a9fe6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/www.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup deps
run: pnpm i
- name: Build
run: mkdir -p ../paper/src && make URL=https://basisproject.net/
run: mkdir -p ../paper/src && make all URL=https://basisproject.net/
- 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 a9fe6b3

Please sign in to comment.