Skip to content

Commit

Permalink
6Update manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saltman007web authored Nov 20, 2024
1 parent bb0b532 commit f15cfd3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Runs a single command using the runners shell
- name: Send greeting
run: echo "Hello ${{ inputs.name }}"

Expand All @@ -36,17 +35,12 @@ licence_update_request:
licence_update_result:

- name: Build-PSModule (by PSModule)
# You may pin to the exact commit or the version.
uses: PSModule/Build-PSModule@e78a220d18e26806b2d457f73af5e0687bf01253
uses: PSModule/[email protected]
with: #distributioniOS
# Name of the module to process.
Name: # optional
# Path to the folder where the modules are located.
Name: # optional, default is #Webkit
Path: # optional, default is src
# Path to the folder where the built modules are outputted.
ModulesOutputPath: # optional, default is outputs/modules
# Path to the folder where the built docs are outputted.
DocsOutputPath: # optional, default is outputs/docs

run: #automation
Expand Down

0 comments on commit f15cfd3

Please sign in to comment.