Skip to content

Commit

Permalink
Primer despliegue
Browse files Browse the repository at this point in the history
  • Loading branch information
d074064 authored and hesolar committed May 21, 2024
2 parents 755d26b + 6d9f8bb commit 33d3985
Show file tree
Hide file tree
Showing 1,357 changed files with 3,205 additions and 59,289 deletions.
24 changes: 9 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,48 +2,42 @@ name: PublishApp
env:
PUBLISH_DIR: bin/Release/net8.0/publish/wwwroot
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Controls when the action will run
# Controls when the action will run
on:
push:
branches: [ main ]

jobs:

build:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

#- name: abcd
#run: |
#pwd
#ls -S

- name: Publish app
run: dotnet publish -c Release
- name: Rewrite base href
run: dotnet publish -c Release
- name: Rewrite base href
uses: SteveSandersonMS/ghaction-rewrite-base-href@v1
with:
#html_path: ${{ env.PUBLISH_DIR }}/index.html
html_path: bin/Release/net8.0/publish/wwwroot/index.html
base_href: /CV/
#- name: Print Directories Tree
#run: |
#ls -S

- name: Nojekyl file add
run: cat > .nojekyll


- name: GitHub Pages
if: success()
if: success()
uses: crazy-max/[email protected]
with:
target_branch: gh-pages
build_dir: ${{ env.PUBLISH_DIR }}
env:
GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}






Loading

0 comments on commit 33d3985

Please sign in to comment.