Skip to content

Commit

Permalink
Delete unneeded workflow steps (since we use docsy as a hugo moduule)
Browse files Browse the repository at this point in the history
  • Loading branch information
fekete-robert committed Oct 26, 2023
1 parent 7f90588 commit 5bbc485
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ jobs:
with:
node-version: 16

- name: Install dependencies
run: |
cd themes/docsy
npm install
- name: Set up PostCSS
run: npm install --save-dev autoprefixer postcss-cli postcss

Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ jobs:
with:
node-version: 16

- name: Install dependencies
run: |
cd themes/docsy
npm install
- name: Set up PostCSS
run: npm install --save-dev autoprefixer postcss-cli postcss

Expand Down

0 comments on commit 5bbc485

Please sign in to comment.