Skip to content

Commit

Permalink
Usar gha provista por nikola
Browse files Browse the repository at this point in the history
  • Loading branch information
akielbowicz committed Jun 25, 2024
1 parent 5767683 commit 507675b
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,5 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Buildear con Nikola
run: |
nikola build
- name: Publicar pagina a GH Pages
run: |
nikola github_deploy
- name: Buildear con Nikola y publicar a GH Pages
uses: getnikola/nikola-action@v8

0 comments on commit 507675b

Please sign in to comment.