Skip to content

Commit

Permalink
IDEK
Browse files Browse the repository at this point in the history
  • Loading branch information
plutoniumm committed Mar 7, 2024
1 parent b4d1337 commit 27158fc
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@

name: Upload Python Package

on:
push:
branches: [ main ]
on: [push]

permissions:
contents: read
Expand Down Expand Up @@ -38,19 +36,17 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
- uses: actions/checkout@v4
name: Checkout your repository using git
- uses: withastro/action@v2
name: Install, build, and upload your site
working-directory: ./docs
uses: actions/checkout@v4
- name: Install, build, and upload your site
working-directory: ./docs
uses: withastro/action@v2

deploy-docs:
needs: build
runs-on: ubuntu-latest
environment:
name: github-pages
working-directory: ./docs
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 27158fc

Please sign in to comment.