Skip to content

Commit

Permalink
Revert changing path to pelican
Browse files Browse the repository at this point in the history
This doesn't run inside a VM in the github action.
  • Loading branch information
cu committed Feb 4, 2023
1 parent 4ec9747 commit b7ce758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PY?=
PELICAN?=.venv/bin/pelican
PELICAN?=pelican
PELICANOPTS=

BASEDIR=$(CURDIR)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ make venv
Run the Pelican development server:

```
. .venv/bin/activate
make devserver
```

Expand Down

0 comments on commit b7ce758

Please sign in to comment.