Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
📝 eliminate everything related to gh pages from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
omarespejel committed Oct 12, 2023
1 parent abb2f25 commit c11822d
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# To get started with mdBook see: https://rust-lang.github.io/mdBook/index.html
#
name: Deploy mdBook to Production Site

on:
Expand All @@ -10,14 +8,8 @@ on:

permissions:
contents: read
pages: write
id-token: write

# Allow one concurrent deployment
concurrency:
group: pages
cancel-in-progress: true

env:
CARGO_TERM_COLOR: always

Expand All @@ -26,7 +18,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read # To push a branch
pages: write # To push to a GitHub Pages site
id-token: write # To update the deployment status
steps:
- name: Checkout
Expand All @@ -53,18 +44,6 @@ jobs:
echo "::endgroup::"
done
# - name: Setup Pages
# uses: actions/configure-pages@v3

# - name: Upload artifact
# uses: actions/upload-pages-artifact@v1
# with:
# path: ./book

# - name: Deploy to GitHub Pages
# id: deployment
# uses: actions/deploy-pages@v2

- name: Rename book to public_html
run: mv book public_html

Expand Down

0 comments on commit c11822d

Please sign in to comment.