Skip to content

Commit

Permalink
Use base URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ZetaTwo committed Dec 1, 2023
1 parent 9ea0306 commit faf49ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-commits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v3

- name: Setup Pages
id: pages
uses: actions/configure-pages@v3

- name: Install dependencies
run: npm install

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v3

- name: Setup Pages
id: pages
uses: actions/configure-pages@v3

- name: Install dependencies
run: npm install

Expand Down

0 comments on commit faf49ca

Please sign in to comment.