Skip to content

Commit

Permalink
Remove hellow workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thevahidal committed Dec 28, 2023
1 parent 108c223 commit ca16095
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 61 deletions.
59 changes: 0 additions & 59 deletions .github/workflows/hellow.yaml

This file was deleted.

12 changes: 10 additions & 2 deletions .github/workflows/static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,16 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: "poetry"

- run: poetry install
- run: poetry run python script.py
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down

0 comments on commit ca16095

Please sign in to comment.