Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
affiliation-assessor-app
Commits
6158e164
Commit
6158e164
authored
2 years ago
by
Ansh Sarkar
Browse files
Options
Download
Patches
Plain Diff
fix: fixed default branch to main and build directory paths
Signed-off-by:
Ansh Sarkar
<
anshsark18@gmail.com
>
parent
0bdc5618
main
feat/up-hrh
gitpod
gitpod-uat
revert-275-one_form_poc
revert-53-changes_and_bugfixes_demo19june
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/deploy-to-github-pages.yml
+2
-2
.github/workflows/deploy-to-github-pages.yml
with
2 additions
and
2 deletions
+2
-2
.github/workflows/deploy-to-github-pages.yml
+
2
−
2
View file @
6158e164
...
...
@@ -4,7 +4,7 @@ name: Deploy static content to Pages
on
:
# Runs on pushes targeting the default branch
push
:
branches
:
[
$default-branch
]
branches
:
[
main
]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch
:
...
...
@@ -36,7 +36,7 @@ jobs:
node-version
:
16.x
cache
:
npm
-
name
:
Install Dependencies
run
:
npm install
run
:
cd docs &&
npm install
-
name
:
Build
run
:
npm run build
-
name
:
Setup Pages
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets