Selaa lähdekoodia

remove install and init lines

mitm001 5 vuotta sitten
vanhempi
commit
ff40e09d5c
1 muutettua tiedostoa jossa 9 lisäystä ja 9 poistoa
  1. 9 9
      .github/workflows/main.yml

+ 9 - 9
.github/workflows/main.yml

@@ -59,13 +59,13 @@ jobs:
     # Uncomment to write the default package.json file to the repo root.
     # When used in conjunction with the action add-and-commit 'add' command, the
     # file will be written to the repo for editing.
-    - name: Install default package.json
-      run: npm init --yes
+#    - name: Install default package.json
+#      run: npm init --yes
 
     # Uncomment when adding or updating dependencies in the package-lock.json
     # and package.json files for ci.
-    - name: Install Node
-      run: npm i
+#    - name: Install Node
+#      run: npm i
 
     # Uncomment during initial setup or when updating Antora to a new version.
     # The action add-and-commit 'add' command will detect the changes and commit
@@ -73,11 +73,11 @@ jobs:
     # Emoji support. Seems to be a direct implementation of AsciiDoctor ruby
     # extension.
     # see: https://github.com/mogztter/asciidoctor-emoji
-    - name: Install Antora
-      run: |
-       npm i @antora/[email protected]
-       npm i @antora/[email protected]
-       npm i asciidoctor-emoji
+#    - name: Install Antora
+#      run: |
+#       npm i @antora/[email protected]
+#       npm i @antora/[email protected]
+#       npm i asciidoctor-emoji
 
     # Uncomment after package-lock.json and package.json files are updated.
 #    - name: Run with CI