Skip to content

Commit

Permalink
CI uri fix
Browse files Browse the repository at this point in the history
  • Loading branch information
parkchamchi committed Oct 16, 2024
1 parent cd5881b commit f7d0f2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
# Clone the gh-pages branch
git clone --branch=gh-pages https://github.com/${{ github.repository }} gh-pages
git clone --branch=gh-pages https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} gh-pages
cd gh-pages
# Copy the built files to the gh-pages branch
Expand Down
2 changes: 1 addition & 1 deletion src/backend/gs_index/src/components/CorpusesView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
</script>

<template>
<p @click="clearCorpuses">[Clear]</p>
<p @click="clearCorpuses">[Clear data]</p>
<div v-if="remoteSampleFilenames.length > 0">
<h4>Get a sample:</h4>
<p v-for="(filename, index) in remoteSampleFilenames"
Expand Down

0 comments on commit f7d0f2d

Please sign in to comment.