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 f38c90c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,5 @@ jobs:
hugo-version: '0.110.0'
extended: true

- name: Set up Node
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
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

- name: Build
run: hugo
13 changes: 0 additions & 13 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,6 @@ jobs:
hugo-version: '0.110.0'
extended: true

- name: Set up Node
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
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

- name: Build
run: hugo --environment production --baseURL ${{ steps.pages.outputs.base_url }}/

Expand Down

0 comments on commit f38c90c

Please sign in to comment.