Skip to content

Commit

Permalink
All workflows in a single run.
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune committed Jan 23, 2025
1 parent ecae751 commit c10b326
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 49 deletions.
48 changes: 0 additions & 48 deletions .github/workflows/mirror.yml

This file was deleted.

18 changes: 17 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
contents: write
pages: write
id-token: write

Expand Down Expand Up @@ -50,6 +50,22 @@ jobs:
run: "./shx babel"
- name: Generate simple sitemap
run: "./shx sitemap"
- name: "Build deployable static pages artifact"
run: "bash sh/ghGenerate.sh"
- name: "Rewrite release"
uses: ncipollo/release-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
artifacts: "pages-build.tar.gz,pages-build-gz.tar,pages-build-br.tar,build-time.txt"
allowUpdates: true
artifactErrorsFailBuild: true
makeLatest: false
prerelease: true
removeArtifacts: true
replacesArtifacts: true
name: "Latest page build"
tag: "pages-build"
- name: Upload bundled artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit c10b326

Please sign in to comment.