Skip to content

Commit

Permalink
pages: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sguimmara committed Sep 9, 2023
1 parent e11d170 commit 921e228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
run: npm install

- name: Run pages
run: npm run pages -- "--base ${{ environment.url }}"
run: npm run pages -- --base ${{ environment.url }}

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

0 comments on commit 921e228

Please sign in to comment.