Skip to content

Commit

Permalink
trying env again
Browse files Browse the repository at this point in the history
  • Loading branch information
orthecreedence committed Mar 28, 2024
1 parent b3cd791 commit ef606a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/www.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
- name: Fool build system into ignoring the paper
run: mkdir -p ../paper/src
- name: Build
run: URL=https://basisproject.net make
env:
URL: https://basisproject.net
run: make all
- 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 ef606a8

Please sign in to comment.