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

Commit

Permalink
corr gitpod init
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfliegner committed May 7, 2024
1 parent eab4112 commit 4a9d12c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ tasks:
&& echo 'PATH_add ~/julia-1.8.2/bin' > /workspace/.envrc \
&& echo 'export SEARCHLIGHT_USERNAME="gitpod"' >> /workspace/.envrc \
&& direnv allow /workspace
&& julia -e 'include("init.jl")'
- command: python3 -m http.server 8080 -d docs/build
- command: gp preview $(gp url 8080)
- command: julia -e 'include("init.jl")'
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"redhat.telemetry.enabled": true,
"git.autofetch": true,
"gitpod.openInStable.neverPrompt": true,
"workbench.editor.untitled.hint": "hidden",
"nixEnvSelector.nixFile": "default.nix",
"workbench.startupEditor": "none",
"files.exclude": {
Expand Down

0 comments on commit 4a9d12c

Please sign in to comment.