We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c3a14 commit 401ae66Copy full SHA for 401ae66
.github/workflows/build.yml
@@ -20,8 +20,6 @@ jobs:
20
21
- name: Install dependencies
22
run: yarn install # --frozen-lockfile
23
- - name: Install Plugins
24
- run: npm install --save @docusaurus/theme-live-codeblock
25
- name: Build website
26
run: yarn build
27
@@ -40,5 +38,3 @@ jobs:
40
38
# You can swap them out with your own user credentials.
41
39
user_name: github-actions[bot]
42
user_email: 41898282+github-actions[bot]@users.noreply.github.com
43
- - name: url
44
- run: echo "retrofor.space" > CNAME
0 commit comments