Skip to content

Commit

Permalink
fix: cleanup unnecessary steps
Browse files Browse the repository at this point in the history
  • Loading branch information
csuvajit committed Oct 26, 2024
1 parent 3e62416 commit 1704614
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ jobs:
echo "---" >> docs/intro.md
cat lib/README.md >> docs/intro.md
- name: Clone Assets
run: |
git clone https://github.com/Statscell/clash-assets.git
cp clash-assets/troops/icons/* -r static/assets
- name: Install
run: yarn

Expand Down
4 changes: 0 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ const config = {
label: package.version,
href: 'https://clashofclans.js.org/docs',
},
{
href: 'https://www.npmjs.com/package/clashofclans.js/v/1.5.5',
label: '1.5.5',
}
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion lib

0 comments on commit 1704614

Please sign in to comment.