Skip to content

Commit

Permalink
Fix url paths for github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-ismagilov committed Aug 1, 2023
1 parent 9e64cfe commit 00dd196
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
- public_url: gallery # wf
data_folder: data
folder: gallery
- public_url: gallery/galleryNAC # nac
- public_url: gallery/nac # nac
data_folder: dataNAC
folder: galleryNAC
- public_url: gallery/galleryNERC # nerc
folder: nac
- public_url: gallery/nerc # nerc
data_folder: dataNERC
folder: galleryNERC
folder: nerc
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 00dd196

Please sign in to comment.