Skip to content

Commit

Permalink
fix missing trailing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
thearyadev committed Dec 25, 2023
1 parent 3534837 commit abfca7b
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 @@ -56,7 +56,7 @@ jobs:
run: npm install

- name: Publish to GitHub Pages
run: npm run build --baseURL="https://the-openary.github.io/website-dev
run: npm run build --baseURL="https://the-openary.github.io/website-dev"

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit abfca7b

Please sign in to comment.