Skip to content

Commit

Permalink
Remove cache + unused info
Browse files Browse the repository at this point in the history
  • Loading branch information
jphetphoumy committed May 6, 2024
1 parent 8ab1e41 commit f1407e5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nuxtjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "20"
cache: ${{ steps.detect-package-manager.outputs.manager }}
#cache: ${{ steps.detect-package-manager.outputs.manager }}
- name: Setup Pages
uses: actions/configure-pages@v5
with:
Expand Down
1 change: 0 additions & 1 deletion content/about.md

This file was deleted.

1 change: 0 additions & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import Article from '~/components/Article.vue'
const links = [
{ name: 'Home', href: '/' },
{ name: 'Articles', href: '/articles' },
{ name: 'About', href: '/about' },
{ name: 'Contact', href: '/contact' },
];
</script>
Expand Down

0 comments on commit f1407e5

Please sign in to comment.