Skip to content

Commit e5e5eaf

Browse files
author
Murilo Marinho
committed
Using configure pages for page building
1 parent 00f19e8 commit e5e5eaf

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/autobuilder.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,14 @@ jobs:
5858
needs: build_ppa
5959

6060
permissions:
61+
contents: read
6162
pages: write
6263
id-token: write
6364

64-
environment:
65-
name: github-pages
66-
url: ${{ steps.deployment.outputs.page_url }}
67-
6865
runs-on: ubuntu-latest
6966
steps:
67+
- name: Configure Pages
68+
uses: actions/configure-pages@v4
7069
- name: Deploy to GitHub Pages
7170
id: deployment
7271
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)