Skip to content

Commit

Permalink
adding hard coded repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaSeep committed Jun 28, 2024
1 parent 27d9ff1 commit 0e155e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
PAGES_REPO_NWO: leaseep/OmicShiny

- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
Expand Down
3 changes: 2 additions & 1 deletion docs/README
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ nav_order: 10
```

For structure reason please ensure that children pages get placed in a folder
which name is **exactly** the same name as the parent page.
which name is **exactly** the same name as the parent page.
test

0 comments on commit 0e155e4

Please sign in to comment.