Skip to content

Commit

Permalink
remove for now unnecessary stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
podborski committed Feb 12, 2025
1 parent 2f578a7 commit ad85cfb
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,7 @@ jobs:
with:
python-version: 3.12
cache: 'pip'
- run: pip install bikeshed -r requirements.txt

- name: Install Poetry
uses: abatilo/actions-poetry@v3

- name: Setup a local virtual environment
run: |
poetry config virtualenvs.create true --local
poetry config virtualenvs.in-project true --local
- uses: actions/cache@v3
name: Define a cache for the virtual environment based on the dependencies lock file
with:
path: ./.venv
key: venv-${{ hashFiles('poetry.lock') }}

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- run: pip install -r requirements.txt

- name: Run bikeshed
run: |
Expand All @@ -52,8 +34,6 @@ jobs:
cp *.html dist
cp -r v?.?.?_files dist
cp -r images dist
mkdir dist/conformance
cp -r conformance/conformance_page/dist/* dist/conformance
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit ad85cfb

Please sign in to comment.