Skip to content

Commit

Permalink
ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
yulianzavodnyk committed Sep 1, 2024
1 parent c3763eb commit 317ddf2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 28 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
cache: npm

- name: Install Project Dependencies
run: npm ci

- name: Build the Docusaurus Website
- name: Build Docusaurus Website
run: npm run build

- name: Display Build Folder Size
Expand Down
23 changes: 0 additions & 23 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,29 +78,6 @@ const config = {
trailingSlash: false,
},
],
[
'@docusaurus/plugin-pwa',
{
debug: false,
offlineModeActivationStrategies: [
'appInstalled',
'queryString',
'always',
],
pwaHead: [
{
tagName: 'link',
rel: 'icon',
href: '/img/favicon1.ico',
},
{
tagName: 'meta',
name: 'theme-color',
content: '#FFD700',
},
],
},
],
[
'@docusaurus/plugin-seo',
{
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
"prism-react-renderer": "^1.3.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.9.0",
"@docusaurus/plugin-google-analytics": "latest",
"@docusaurus/plugin-google-tag-manager": "latest",
"@docusaurus/plugin-sitemap": "latest",
"@docusaurus/plugin-pwa": "^2.3.0",
"@docusaurus/plugin-seo": "latest",
"@docusaurus/plugin-robots-txt": "latest",
"@docusaurus/plugin-content-blog": "latest"
Expand Down

0 comments on commit 317ddf2

Please sign in to comment.