Skip to content

Commit

Permalink
Revert "feat: add actionlint (#89)"
Browse files Browse the repository at this point in the history
This reverts commit 2654ea3.
  • Loading branch information
bryangingechen committed Aug 2, 2024
1 parent 2654ea3 commit 6e0f57f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/actionlint.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ jobs:
name: Build HTML
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

- name: install Python
uses: actions/setup-python@v5
uses: actions/setup-python@v1
with:
python-version: 3.12
python-version: 3.9

- name: install Python dependencies
run: python -m pip install -r requirements.txt

- name: build site
run: ./deploy.sh
run: ./deploy.sh
env:
git_hash: ${{ github.sha }}
DEPLOY_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6e0f57f

Please sign in to comment.