Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus-and committed Jul 21, 2024
1 parent 6c40396 commit 85d6167
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
permissions:
contents: read
pages: write
id-token: write
jobs:
Build:
runs-on: ubuntu-22.04
Expand All @@ -23,22 +24,14 @@ jobs:
run: bundle exec jekyll build
env:
JEKYLL_ENV: production

- name: Debug
run: |
pwd
ls -la
find . -ls
- name: Upload artifact
uses: actions/upload-pages-artifact@v3

Deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
runs-on: ubuntu-22.04
needs: Build
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 85d6167

Please sign in to comment.