Skip to content

Commit

Permalink
demo
Browse files Browse the repository at this point in the history
  • Loading branch information
d074064 authored and hesolar committed May 21, 2024
2 parents f71775d + 66e1f26 commit bfdb16a
Show file tree
Hide file tree
Showing 2,147 changed files with 182,818 additions and 1,984 deletions.
61 changes: 30 additions & 31 deletions main.yml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,30 @@
name: CV
env:
PUBLISH_DIR: bin/Release/net7.0/publish/wwwroot
# Controls when the action will run
on:
push:
branches: [ master ]

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

- name: Publish app
run: dotnet publish -c Release

- name: Rewrite base href
uses: SteveSandersonMS/ghaction-rewrite-base-href@v1
with:
html_path: ${{ env.PUBLISH_DIR }}/index.html
base_href: /CV/

- name: GitHub Pages
if: success()
uses: crazy-max/ghaction-github-pages@v1.5.1
with:
target_branch: gh-pages
build_dir: ${{ env.PUBLISH_DIR }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
name: CV
env:
PUBLISH_DIR: bin/Release/net7.0/browser-wasm/publish/wwwroot
# Controls when the action will run
on:
push:
branches: [ main ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Publish app
run: dotnet publish -c Release

- name: Rewrite base href
uses: SteveSandersonMS/ghaction-rewrite-base-href@v1
with:
html_path: ${{ env.PUBLISH_DIR }}/index.html
base_href: /

- name: GitHub Pages
if: success()
uses: crazy-max/ghaction-github-pages@v1.5.1
with:
target_branch: gh-pages
build_dir: ${{ env.PUBLISH_DIR }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
################################################################################
# Este archivo .gitignore ha sido creado automáticamente por Microsoft(R) Visual Studio.
################################################################################

/.vs/CV/FileContentIndex
/.vs
35 changes: 0 additions & 35 deletions CV.sln

This file was deleted.

Loading

0 comments on commit bfdb16a

Please sign in to comment.