Skip to content

Commit

Permalink
Merge pull request #51 from vipyrsec/manual-update
Browse files Browse the repository at this point in the history
Updated deps and removed astro-compress
  • Loading branch information
import-pandas-as-numpy authored Feb 20, 2024
2 parents f79f15b + 4c4f521 commit d46d610
Show file tree
Hide file tree
Showing 4 changed files with 1,862 additions and 2,027 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/site-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Install, build, and upload your site
uses: withastro/action@f122c0232093b3504e4c841a46c2eebd07c47392 # v0.3.0
uses: withastro/action@acfe56dffc635abfb9506c77d51ce097030360d1 # v2.0.0

deploy:
if: ${{ github.ref == 'refs/heads/main' }}
Expand All @@ -32,4 +32,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@9dbe3824824f8a1377b8e298bafde1a50ede43e5 # v2.0.4
uses: actions/deploy-pages@87c3283f01cd6fe19a0ab93a23b2f6fcba5a8e42 # v4.0.3
11 changes: 0 additions & 11 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import sitemap from '@astrojs/sitemap';
import tailwind from '@astrojs/tailwind';
import mdx from '@astrojs/mdx';
import partytown from '@astrojs/partytown';
import compress from 'astro-compress';
import icon from 'astro-icon';
import tasks from './src/utils/tasks';

Expand Down Expand Up @@ -62,16 +61,6 @@ export default defineConfig({

tasks(),

compress({
CSS: true,
HTML: {
removeAttributeQuotes: false,
},
Image: false,
JavaScript: true,
SVG: false,
Logger: 1,
}),
],

markdown: {
Expand Down
Loading

0 comments on commit d46d610

Please sign in to comment.