Skip to content

Commit

Permalink
ci-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Volker Dörr committed Oct 4, 2023
1 parent cbb896f commit 116ab8c
Showing 1 changed file with 45 additions and 1 deletion.
46 changes: 45 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

# ----------------------------------------------------------------------

convert-files:
convert-test-files:
runs-on: ubuntu-latest
permissions: write-all
steps:
Expand Down Expand Up @@ -47,5 +47,49 @@ jobs:
message: "rolling: work in progress"
force_push_tag: true


# ----------------------------------------------------------------------

build-website:
runs-on: ubuntu-latest
needs: update-tag
permissions:
contents: read
pages: write
id-token: write
steps:
# - uses: actions/checkout@v3

- run: gh release download wip --pattern 'gpc'
- run: chmod +x gpc
- run: ./gpc

#- uses: actions/checkout@v3
#- uses: actions/configure-pages@v2
#- uses: actions/jekyll-build-pages@v1
# with:
# source: output
# destination: ./_site
#- uses: actions/upload-pages-artifact@v1

# ----------------------------------------------------------------------

# deploy-website:
# environment:
# name: github-pages
# url: ${{ steps.deployment.outputs.page_url }}
# runs-on: ubuntu-latest
# needs: build-website
# permissions:
# contents: read
# pages: write
# id-token: write
# steps:
# - id: deployment
# uses: actions/deploy-pages@v1






0 comments on commit 116ab8c

Please sign in to comment.