Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
corr gitpod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfliegner committed May 7, 2024
1 parent b89d1ca commit eb328db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ tasks:
echo '[whitelist]' > .config/direnv/config.toml \
&& echo 'prefix = [ "/workspace", "/home/gitpod"]' >> .config/direnv/config.toml \
&& cd .. \
&& echo 'PATH_add ~/julia-1.8.2/bin' > .envrc \
&& echo 'export SEARCHLIGHT_USERNAME="gitpod"' >> .envrc \
&& echo 'PATH_add ~/julia-1.8.2/bin' > /workspace/.envrc \
&& echo 'export SEARCHLIGHT_USERNAME="gitpod"' >> /workspace/.envrc \
&& direnv allow /workspace
- command: python3 -m http.server 8080 -d docs/build
- command: gp preview $(gp url 8080)
Expand Down

0 comments on commit eb328db

Please sign in to comment.