Skip to content

Commit

Permalink
Revert "Update deploy.yml"
Browse files Browse the repository at this point in the history
This reverts commit 48ed8fb.
  • Loading branch information
YashTotale committed Feb 3, 2024
1 parent 1606775 commit dc4c9fb
Show file tree
Hide file tree
Showing 3 changed files with 22,236 additions and 16,126 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v2

- name: Setup Environment Variables
run: echo '${{ secrets.ENV_FILE }}' > .env

- name: Setup Node
uses: actions/setup-node@v4
uses: actions/setup-node@v2.1.4
with:
node-version: 18.x
node-version: 16.x

- name: Setup Python
uses: actions/setup-python@v5
uses: actions/setup-python@v2
with:
python-version: 3.8

Expand Down
Loading

0 comments on commit dc4c9fb

Please sign in to comment.