Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
chore: don't use container for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Zolotukhin committed Nov 3, 2021
1 parent 05860d5 commit c79b382
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,10 @@ on:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
container: ubuntu:21.10
env:
DEBIAN_FRONTEND: noninteractive
steps:
- name: Checkout 🛎️
uses: actions/[email protected]

- name: Setup CI Utils ⚙️
run: .github/scripts/utils-install.sh

- name: Install and Build 🔧
run: |
npm install
Expand Down

0 comments on commit c79b382

Please sign in to comment.