How can I test locally whether it is deployed or not? #617
Answered
by
JamesIves
aditmehta9
asked this question in
Q&A
-
I am new in Github Actions I wanted to know how can I know if it is successfully deployed? Basic workflow for Actionsname: Build and Deploy to GitHub static pages Controls when the action will run.on: Triggers the workflow on push or pull request events but only for the develop branchpush: Allows you to run this workflow manually from the Actions tabworkflow_dispatch: A workflow run is made up of one or more jobs that can run sequentially or in paralleljobs: This workflow contains a single job called "build"build:
|
Beta Was this translation helpful? Give feedback.
Answered by
JamesIves
Feb 25, 2021
Replies: 1 comment 1 reply
-
I'm not really sure what you're asking here, are you asking if you can run your workflow locally? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
JamesIves
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not really sure what you're asking here, are you asking if you can run your workflow locally?