Skip to content

Commit

Permalink
Fix GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fan9704 committed Jul 18, 2023
1 parent 401dd82 commit eef86a8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
run: yarn install

- name: try to build the project
run: yarn build:production
run: yarn build

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist_netlify
publish_dir: ./dist
Binary file added public/imgs/applogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions public/imgs/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/imgs/vue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/views/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
</template>

<script>
import logo from '../assets/applogo.png'
import logo from '/PetMonitoringSystem-Frontend/imgs/applogo.png'
import PetTypeList from "../components/homeComponents/PetTypeList.vue";
export default {
Expand Down

0 comments on commit eef86a8

Please sign in to comment.