Skip to content

Commit 3c84a4f

Browse files
committedOct 25, 2021
revert: removed deno in ci
1 parent 29d2d0e commit 3c84a4f

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed
 

‎.github/workflows/Continuous_Delivery.yml

-33
Original file line numberDiff line numberDiff line change
@@ -56,36 +56,3 @@ jobs:
5656
with:
5757
branch: gh-pages # The branch the action should deploy to.
5858
folder: docs # The folder the action should deploy.
59-
60-
deno:
61-
name: Build and push Deno version
62-
runs-on: ubuntu-latest
63-
steps:
64-
- name: Checkout Project
65-
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # renovate: tag=v2
66-
with:
67-
fetch-depth: 0
68-
persist-credentials: false
69-
token: ${{ secrets.GH_TOKEN }}
70-
- name: Use Node.js v16
71-
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c # renovate: tag=v2
72-
with:
73-
node-version: 16
74-
registry-url: https://registry.npmjs.org/
75-
- name: Restore CI Cache
76-
uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 # renovate: tag=v2.1.6
77-
id: cache-restore
78-
with:
79-
path: node_modules
80-
key: ${{ runner.os }}-16-${{ hashFiles('**/yarn.lock') }}
81-
- name: Install Dependencies if Cache Miss
82-
if: ${{ !steps.cache-restore.outputs.cache-hit }}
83-
run: yarn --frozen-lockfile
84-
- name: Build
85-
run: yarn build
86-
- run: git config --global user.email "18208134+animafps@users.noreply.github.com"
87-
- run: git config --global user.name github-actions
88-
- name: Push Deno Dist
89-
run: git add .
90-
- run: "git commit -m 'chore(deno): Deno build results [skip ci]'"
91-
- run: git push

0 commit comments

Comments
 (0)
Please sign in to comment.