Skip to content

Commit

Permalink
CI permission fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
parkchamchi committed Oct 16, 2024
1 parent 21eaa9d commit cd86dc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- name: Checkout master branch
Expand All @@ -36,8 +38,6 @@ jobs:
ls -la
- name: Deploy to GitHub Pages
permissions:
contents: write
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: success()
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 cd86dc0

Please sign in to comment.